Spread Windows Forms 15.0
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.Commands Namespace / CommandResult Structure / Worksheet Property


In This Topic
    Worksheet Property (CommandResult)
    In This Topic
    Gets the worksheet processed by the command.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property Worksheet As IWorksheet
    'Usage
     
    
    Dim instance As CommandResult
    Dim value As IWorksheet
     
    value = instance.Worksheet
    public IWorksheet Worksheet {get;}
    See Also