[]
        
(Showing Draft Content)

C1.Win.C1FlexGrid.ColumnCollection.ParseString

ParseString Method

ParseString(C1FlexGridBase, string)

Parses a string containg a description of the column collection (usually obtained by calling the BuildString(bool) method) and applies it to a grid.

Declaration
public bool ParseString(C1FlexGridBase grid, string str)
Parameters
Type Name Description
C1FlexGridBase grid

Grid that receives the column collection.

string str

String that contains the column collection definition.

Returns
Type Description
bool

True if the column definition was applied successfully.