Spread Windows Forms 15.0
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.UndoRedo Namespace / ChildChangeUndoAction Class / spreadView Field


In This Topic
    spreadView Field (ChildChangeUndoAction)
    In This Topic
    Specifies the view that contains the sheet.
    Syntax
    'Declaration
     
    
    Protected spreadView As SpreadView
    'Usage
     
    
    Dim instance As ChildChangeUndoAction
    Dim value As SpreadView
     
    value = instance.spreadView
     
    instance.spreadView = value
    protected SpreadView spreadView
    See Also