FlexPivot for WinForms
ParseString メソッド (CellStyle)

C1.Win.C1FlexGrid.4.5.2 アセンブリ > C1.Win.C1FlexGrid 名前空間 > CellStyle クラス : ParseString メソッド
Rebuilds this style based on a description contained in a string.
シンタックス
'宣言
 
Public Function ParseString( _
   ByVal str As System.String _
) As System.Boolean
public System.bool ParseString( 
   System.string str
)

パラメータ

str

戻り値の型

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

This method is used to persist grid styles and can be used to define and save 'skins'.

See the CellStyleCollection.BuildString and CellStyleCollection.ParseString methods.

参照

CellStyle クラス
CellStyle メンバ