FlexPivot for WinForms
Clear メソッド (RowCol)

C1.Win.C1FlexGrid.4.5.2 アセンブリ > C1.Win.C1FlexGrid 名前空間 > RowCol クラス : Clear メソッド
ClearFlags value specifying which elements of the row or column should be cleared.
Clears the contents of the row or column.
シンタックス
'宣言
 
Public Overridable Sub Clear( _
   ByVal clearFlags As ClearFlags _
) 
public virtual void Clear( 
   ClearFlags clearFlags
)

パラメータ

clearFlags
ClearFlags value specifying which elements of the row or column should be cleared.
解説
Use this method to reset column properties to their default values (width, visibility, style, user data, and so on). This method only clears the column object itself, it does not clear the contents of the cells in the column.
参照

RowCol クラス
RowCol メンバ