SpreadsheetGear 2023
Contains Method (IChartSheets)


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

Parameters

chartSheet
Specifies the chart sheet to check.

Return Value

true if the specified IChartSheet is contained by the collection of chartSheets, 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

IChartSheets Interface
IChartSheets Members