FlexPivot for WinForms
ParseString メソッド (ColumnCollection)

C1.Win.C1FlexGrid.4.5.2 アセンブリ > C1.Win.C1FlexGrid 名前空間 > ColumnCollection クラス : ParseString メソッド
Grid that receives the column collection.
String that contains the column collection definition.
Parses a string containg a description of the column collection (usually obtained by calling the BuildString method) and applies it to a grid.
シンタックス
'宣言
 
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.
参照

ColumnCollection クラス
ColumnCollection メンバ