Spread Windows Forms 15.0
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / WorksheetView Class / TabSelected Property


In This Topic
    TabSelected Property (WorksheetView)
    In This Topic
    Gets or sets a value indicating whether this sheet is selected.
    Syntax
    'Declaration
     
    
    Public Property TabSelected As Boolean
    'Usage
     
    
    Dim instance As WorksheetView
    Dim value As Boolean
     
    instance.TabSelected = value
     
    value = instance.TabSelected
    public bool TabSelected {get; set;}

    Property Value

    true if this sheet is selected; otherwise, false.
    See Also