FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.UndoRedo Namespace / ClipboardPasteUndoAction Class / sheetCornerStyle Field


In This Topic
sheetCornerStyle Field (ClipboardPasteUndoAction)
In This Topic
Specifies the sheet corner style of the range (before paste).
Syntax
'Declaration
 
Protected sheetCornerStyle As StyleInfo
 
'Usage
 
Dim instance As ClipboardPasteUndoAction
Dim value As StyleInfo
 
value = instance.sheetCornerStyle
 
instance.sheetCornerStyle = value
See Also