ComponentOne FlexGrid for WinForms
ParseString Method (CellStyle)

C1.Win.C1FlexGrid Namespace > CellStyle Class : ParseString Method
Rebuilds this style based on a description contained in a string.
Syntax
'Declaration
 
Public Function ParseString( _
   ByVal str As String _
) As Boolean
public bool ParseString( 
   string str
)

Parameters

str

Return Value

True if the string was successfully parsed, false otherwise.
Remarks

This method is used to persist grid styles and can be used to define and save 'skins'.

See the CellStyleCollection.BuildString and CellStyleCollection.ParseString methods.

See Also

Reference

CellStyle Class
CellStyle Members