'Declaration
Function Contains( _
ByVal As IWorkbook _
) As System.Boolean
'Usage
Dim instance As IWorkbooks
Dim workbook As IWorkbook
Dim value As System.Boolean
value = instance.Contains(workbook)
System.bool Contains(
IWorkbook
)
Parameters
- workbook
- Specifies the workbook to check.
Return Value
true if the specified IWorkbook is contained by the collection of workbooks, 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