Spread WPF 18
GrapeCity.Wpf.SpreadSheet Namespace / SheetView Class / TabSelected Property


In This Topic
    TabSelected Property (SheetView)
    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 SheetView
    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