SpreadsheetGear 2023
Contains Method (ISheets)


SpreadsheetGear Namespace > ISheets Interface : Contains Method
Specifies the sheet to check.
Returns true if the specified ISheet is contained by the collection of sheets, otherwise false is returned.
Syntax
'Declaration
 
Function Contains( _
   ByVal sheet As ISheet _
) As System.Boolean
'Usage
 
Dim instance As ISheets
Dim sheet As ISheet
Dim value As System.Boolean
 
value = instance.Contains(sheet)
System.bool Contains( 
   ISheet sheet
)

Parameters

sheet
Specifies the sheet to check.

Return Value

true if the specified ISheet is contained by the collection of sheets, otherwise false is returned.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

ISheets Interface
ISheets Members