Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.Commands Namespace / Command Class / Worksheet Property


In This Topic
    Worksheet Property (Command)
    In This Topic
    Gets or sets the worksheet.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property Worksheet As IWorksheet
    'Usage
     
    
    Dim instance As Command
    Dim value As IWorksheet
     
    value = instance.Worksheet
    public IWorksheet Worksheet {get;}

    Property Value

    The worksheet object.
    See Also