Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.UndoRedo Namespace / ClipboardPasteUndoAction Class / clipSheetCornerStyle Field


In This Topic
    clipSheetCornerStyle Field
    In This Topic
    Specifies the sheet corner style to be pasted (retrieved from the Clipboard).
    Syntax
    'Declaration
     
    
    Protected clipSheetCornerStyle As StyleInfo
    'Usage
     
    
    Dim instance As ClipboardPasteUndoAction
    Dim value As StyleInfo
     
    value = instance.clipSheetCornerStyle
     
    instance.clipSheetCornerStyle = value
    protected StyleInfo clipSheetCornerStyle
    See Also