XlsWorksheetBase
RealIndex Property
|
Index of the worksheet in the workbook
(not necessary in Worksheets collection)
Namespace:
Spire.Xls.Core.Spreadsheet
Assembly:
Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
public int RealIndex { get; set; }
Public Property RealIndex As Integer
Get
Set
public:
property int RealIndex {
int get ();
void set (int value);
}
member RealIndex : int with get, set
Property Value
Type:
Int32
See Also