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


In This Topic
    sheetView Field (ClipboardPasteUndoAction)
    In This Topic
    Specifies the sheet that contains the cell range.
    Syntax
    'Declaration
     
    
    Protected sheetView As SheetView
    'Usage
     
    
    Dim instance As ClipboardPasteUndoAction
    Dim value As SheetView
     
    value = instance.sheetView
     
    instance.sheetView = value
    protected SheetView sheetView
    See Also