[]
        
(Showing Draft Content)

FarPoint.Web.Spread.SheetViewCollection.Contains

Contains Method

Contains(SheetView)

Specifies whether a specified sheet is in the collection.

Declaration
public bool Contains(SheetView sheetView)
Public Function Contains(sheetView As SheetView) As Boolean
Parameters
Type Name Description
SheetView sheetView

Sheet to check

Returns
Type Description
bool

Contains(string)

Specifies whether a specified sheet is in the collection.

Declaration
public bool Contains(string sheetName)
Public Function Contains(sheetName As String) As Boolean
Parameters
Type Name Description
string sheetName

SheetName to check

Returns
Type Description
bool