Document Solutions for Excel, .NET Edition | Document Solutions
Document Solutions for Excel, .NET Edition | Document Solutions
GrapeCity.Documents.Excel Namespace
/
IWorksheets Interface
/ Contains 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
Contains Method (IWorksheets)
In This Topic
Returns true if the specified Worksheet is contained by the collection of worksheets; otherwise, false is returned.
Syntax
C#
System.
bool
Contains(
IWorksheet
worksheet
)
Parameters
worksheet
The
IWorksheet
object.
Return Value
Returns whether the specified worksheet is contained by the collection of worksheets.
See Also
Reference
IWorksheets Interface
IWorksheets Members