Spread Windows Forms 12.0 Product Documentation
Contains(SheetView) Method


FarPoint.Win.Spread Assembly > FarPoint.Win.Spread Namespace > SheetViewCollection Class : Contains(SheetView) Method
Sheet (SheetView object) for which to check the collection
Specifies whether the collection contains the specified sheet.
Syntax
'Declaration
 
Public Overridable Function Contains( _
   ByVal sheetView As SheetView _
) As Boolean
'Usage
 
Dim instance As SheetViewCollection
Dim sheetView As SheetView
Dim value As Boolean
 
value = instance.Contains(sheetView)
public virtual bool Contains( 
   SheetView sheetView
)

Parameters

sheetView
Sheet (SheetView object) for which to check the collection

Return Value

True if the sheet is found in the collection; false otherwise
See Also

Reference

SheetViewCollection Class
SheetViewCollection Members