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


In This Topic
    View Property (Worksheet)
    In This Topic
    Gets the worksheet view of this Worksheet object.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property View As WorksheetView
    'Usage
     
    
    Dim instance As Worksheet
    Dim value As WorksheetView
     
    value = instance.View
    public WorksheetView View {get;}

    Property Value

    A WorksheetView object represents the sheet view.
    See Also