Spread Windows Forms 12.0 Product Documentation
TabSelected Property


GrapeCity.Spreadsheet Assembly > GrapeCity.Spreadsheet Namespace > IWorksheetView Interface : TabSelected Property
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
bool TabSelected {get; set;}

Property Value

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

Reference

IWorksheetView Interface
IWorksheetView Members