[]
        
(Showing Draft Content)

FarPoint.Web.Spread.DefaultStyleCollection.Find

Find Method

Find(string)

Finds a style with the specified name in the collection.

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

Style (NamedStyle object) to find

Returns
Type Description
NamedStyle

Style (NamedStyle object) in the collection with the specified name, or null if no NamedStyle is found