Specifies the sheet corner style included if the entire sheet is cut
Syntax
Visual Basic (Declaration) | |
---|
Protected sheetCornerStyle As StyleInfo |
Visual Basic (Usage) | Copy Code |
---|
Dim instance As ClipboardCutUndoAction
Dim value As StyleInfo
value = instance.sheetCornerStyle
instance.sheetCornerStyle = value |
Requirements
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2
See Also