FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.UndoRedo Namespace / RowMoveUndoAction Class / sheetView Field


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