[]
Parses a string containg a description of the column collection (usually obtained by calling the BuildString(bool) method) and applies it to a grid.
public bool ParseString(C1FlexGridBase grid, string str)
Type | Name | Description |
---|---|---|
C1FlexGridBase | grid | Grid that receives the column collection. |
string | str | String that contains the column collection definition. |
Type | Description |
---|---|
bool | True if the column definition was applied successfully. |