Spread WinForms 15
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / IWorksheetView Interface / TabSelected Property


In This Topic
TabSelected Property (IWorksheetView)
In This Topic
Gets or sets a value indicating whether this sheet is selected.
Syntax
'Declaration
 
Property TabSelected As Boolean
 
'Usage
 
Dim instance As IWorksheetView
Dim value As Boolean
 
instance.TabSelected = value
 
value = instance.TabSelected

Property Value

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