[]
        
(Showing Draft Content)

C1.Win.C1FlexGrid.CellStyleCollection.ParseString

ParseString Method

ParseString(string)

Parses a string containing style definitions.

Declaration
public bool ParseString(string styleDef)
Parameters
Type Name Description
string styleDef

String containing style definitions.

Returns
Type Description
bool

True if the string was parsed successfully, false otherwise.

Remarks

The style definition string is usually obtained from a call to BuildString(bool) method.

The new definitions are merged with the current ones. To completely replace the styles, call the Clear() method before parsing the new styles.