[]
Searches the collection for a sheet with the specified name.
public SheetView Find(string name)
Public Function Find(name As String) As SheetView
Type | Name | Description |
---|---|---|
string | name | Name of sheet (SheetView object) to find |
Type | Description |
---|---|
SheetView | Sheet in the collection with the specified name, or null if no sheet is found |