FlexPivot for WinForms
ParseString メソッド (CellStyleCollection)

C1.Win.C1FlexGrid.4.5.2 アセンブリ > C1.Win.C1FlexGrid 名前空間 > CellStyleCollection クラス : ParseString メソッド
String containing style definitions.
Parses a string containing style definitions.
シンタックス
'宣言
 
Public Function ParseString( _
   ByVal styleDef As System.String _
) As System.Boolean
public System.bool ParseString( 
   System.string styleDef
)

パラメータ

styleDef
String containing style definitions.

戻り値の型

True if the string was parsed successfully, false otherwise.
解説

The style definition string is usually obtained from a call to BuildString method.

The new definitions are merged with the current ones. To completely replace the styles, call the Clear method before parsing the new styles.

参照

CellStyleCollection クラス
CellStyleCollection メンバ