Spread Windows Forms 15.0
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.UndoRedo Namespace / ClipboardCutUndoAction Class / sheetCornerStyle Field


In This Topic
    sheetCornerStyle Field (ClipboardCutUndoAction)
    In This Topic
    Specifies the sheet corner style included if the entire sheet is cut
    Syntax
    'Declaration
     
    
    Protected sheetCornerStyle As StyleInfo
    'Usage
     
    
    Dim instance As ClipboardCutUndoAction
    Dim value As StyleInfo
     
    value = instance.sheetCornerStyle
     
    instance.sheetCornerStyle = value
    protected StyleInfo sheetCornerStyle
    See Also