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


In This Topic
    Type Property (Worksheet)
    In This Topic
    Gets the worksheet type.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property Type As WorksheetType
    'Usage
     
    
    Dim instance As Worksheet
    Dim value As WorksheetType
     
    value = instance.Type
    public WorksheetType Type {get;}

    Property Value

    Returns a WorksheetType value represents the worksheet type.
    See Also