[]
        
(Showing Draft Content)

FarPoint.Win.Spread.SheetViewCollection.Find

Find Method

Find(string)

Searches the collection for a sheet with the specified name.

Declaration
public SheetView Find(string name)
Public Function Find(name As String) As SheetView
Parameters
Type Name Description
string name

Name of sheet (SheetView object) to find

Returns
Type Description
SheetView

Sheet in the collection with the specified name, or null if no sheet is found