Document Solutions for Excel, .NET Edition | Document Solutions
Document Solutions for Excel, .NET Edition | Document Solutions
GrapeCity.Documents.Excel Namespace
/
IWorksheets Interface
/ IndexOf Method
The
IWorksheet
object.
Collapse All
Expand All
Language Filter: All
Language Filter: Multiple
Language Filter: Visual Basic
Language Filter: C#
C#
In This Topic
IndexOf Method (IWorksheets)
In This Topic
Returns the zero-based index of the specified worksheet in the collection.
Syntax
C#
System.
int
IndexOf(
IWorksheet
worksheet
)
Parameters
worksheet
The
IWorksheet
object.
Return Value
Returns the zero-based index of the specified worksheet in the collection.
See Also
Reference
IWorksheets Interface
IWorksheets Members