XlsWorksheetBase
Index Property
|
Returns the index number of the object within the collection of objects.
Namespace:
Spire.Xls.Core.Spreadsheet
Assembly:
Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
public int Index { get; set; }
Public Property Index As Integer
Get
Set
public:
virtual property int Index {
int get () sealed;
void set (int value) sealed;
}
abstract Index : int with get, set
override Index : int with get, set
Property Value
Type:
Int32
See Also