FlexGrid for WPF
DisposeCell メソッド (ICellFactory)

C1.WPF.FlexGrid.4.6.2 アセンブリ > C1.WPF.FlexGrid 名前空間 > ICellFactory インターフェース : DisposeCell メソッド
セルを所有する C1FlexGrid
作成するセルの種類を示す CellType
破棄される System.Windows.FrameworkElement
関連付けられたセルが表示範囲外にスクロールされたときに、 System.Windows.FrameworkElementを破棄します。
シンタックス
'宣言
 
Sub DisposeCell( _
   ByVal grid As C1FlexGrid, _
   ByVal cellType As CellType, _
   ByVal cell As System.Windows.FrameworkElement _
) 
void DisposeCell( 
   C1FlexGrid grid,
   CellType cellType,
   System.Windows.FrameworkElement cell
)

パラメータ

grid
セルを所有する C1FlexGrid
cellType
作成するセルの種類を示す CellType
cell
破棄される System.Windows.FrameworkElement
参照

ICellFactory インターフェース
ICellFactory メンバ