'Declaration
Function Contains( _
ByVal 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
)
function Contains(
: ISheet
): System.Boolean;
function Contains(
: ISheet
) : System.boolean;
System.bool Contains(
ISheet*
)
System.bool Contains(
ISheet^
)
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.
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