ITabSheet
TabIndex Property
|
Returns index in the parent ITabSheets collection. Read-only.
Namespace:
Spire.Xls.Core
Assembly:
Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
ReadOnly Property TabIndex As Integer
Get
property int TabIndex {
int get ();
}
abstract TabIndex : int with get
Property Value
Type:
Int32
See Also