FlexPivot for WinForms
BuildString メソッド (CellStyleCollection)

C1.Win.C1FlexGrid.4.5.2 アセンブリ > C1.Win.C1FlexGrid 名前空間 > CellStyleCollection クラス : BuildString メソッド
Whether styles with no attributes should be included.
Builds and returns a compact string representation of the style collection.
シンタックス
'宣言
 
Public Function BuildString( _
   ByVal includeEmpty As System.Boolean _
) As System.String
public System.string BuildString( 
   System.bool includeEmpty
)

パラメータ

includeEmpty
Whether styles with no attributes should be included.

戻り値の型

A compact string representation of the style collection.
解説

This method is used internally to implement design-time persistence.

It can also be used for implementing 'skins', by saving the current styles into a collection and later applying them to the grid using the ParseString method.

参照

CellStyleCollection クラス
CellStyleCollection メンバ