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


In This Topic
    Type Property (WorksheetView)
    In This Topic
    Gets or sets the type of this view.
    Syntax
    'Declaration
     
    
    Public Property Type As SheetViewType
    'Usage
     
    
    Dim instance As WorksheetView
    Dim value As SheetViewType
     
    instance.Type = value
     
    value = instance.Type
    public SheetViewType Type {get; set;}

    Property Value

    A SheetViewType value represents the type of this view.
    See Also