'Declaration
Public Function ParseString( _ ByVal grid As C1FlexGridBase, _ ByVal str As String _ ) As Boolean
public bool ParseString( C1FlexGridBase grid, string str )
Parameters
- grid
- Grid that receives the column collection.
- str
- String that contains the column collection definition.
Return Value
True if the column definition was applied successfully.