Gets the index of a given XLSheet in the collection.
Namespace:
C1.Phone.ExcelAssembly: C1.Phone.Excel (in C1.Phone.Excel.dll)
Syntax
| C# |
|---|
public int IndexOf( XLSheet sheet ) |
| Visual Basic |
|---|
Public Function IndexOf ( _ sheet As XLSheet _ ) As Integer |
Parameters
- sheet
- Type: C1.Phone.Excel..::..XLSheet
The object to look for.