Spread Windows Forms 15.0
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.Commands Namespace / StyleActionsCommand Class / _backupWorksheet Field


In This Topic
    _backupWorksheet Field
    In This Topic
    Syntax
    'Declaration
     
    
    Protected _backupWorksheet As Worksheet
    'Usage
     
    
    Dim instance As StyleActionsCommand
    Dim value As Worksheet
     
    value = instance._backupWorksheet
     
    instance._backupWorksheet = value
    protected Worksheet _backupWorksheet
    See Also