Index Property (IWorksheet)
Gets the index number of the worksheet within the collection of
worksheet. Read-only.
Syntax
'Declaration ReadOnly Property Index As Integer
'Usage Dim instance As IWorksheet Dim value As Integer value = instance.Index
int Index {get;}
AssemblyVersion
Syncfusion.XlsIO.Base: 16.4460.0.52
See Also