Gets the position of the sheet with the specified name in the collection.
Namespace:
C1.Phone.ExcelAssembly: C1.Phone.Excel (in C1.Phone.Excel.dll)
Syntax
| C# |
|---|
public int IndexOf( string name ) |
| Visual Basic |
|---|
Public Function IndexOf ( _ name As String _ ) As Integer |
Parameters
- name
- Type: System..::..String
Name of the object to look for (case-insensitive).