[]
        
(Showing Draft Content)

FarPoint.Win.Spread.NamedStyleCollection.Find

Find Method

Find(string)

Finds a style (NamedStyle object) in the collection with the specified name.

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

Name of the style to find

Returns
Type Description
NamedStyle

A NamedStyle object.