XlsWorksheetBase
IsSelected Property
|
Indicates whether tab of this sheet is selected. Read-only.
Namespace:
Spire.Xls.Core.Spreadsheet
Assembly:
Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
public bool IsSelected { get; }
Public ReadOnly Property IsSelected As Boolean
Get
public:
virtual property bool IsSelected {
bool get () sealed;
}
abstract IsSelected : bool with get
override IsSelected : bool with get
Property Value
Type:
Boolean
Implements
ITabSheet
IsSelected
See Also