'宣言 Public Function ParseString( _ ByVal grid As C1FlexGridBase, _ ByVal str As System.String _ ) As System.Boolean
public System.bool ParseString( C1FlexGridBase grid, System.string str )
パラメータ
- grid
- Grid that receives the column collection.
- str
- String that contains the column collection definition.
戻り値の型
True if the column definition was applied successfully.