Spread Windows Forms 15.0
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.UndoRedo Namespace / RowResizeUndoAction Class / sheetView Field


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