FlexGrid for UWP/WinRT
DisposeCell メソッド (CellFactory)

セルを所有する C1FlexGrid
作成するセルの種類を示す CellType
破棄される Windows.UI.Xaml.FrameworkElement
関連付けられたセルが表示範囲外にスクロールされたときに、Windows.UI.Xaml.FrameworkElement を破棄します。
構文
'宣言
 
Public Overridable Sub DisposeCell( _
   ByVal grid As C1FlexGrid, _
   ByVal cellType As CellType, _
   ByVal cell As Windows.UI.Xaml.FrameworkElement _
) 
public virtual void DisposeCell( 
   C1FlexGrid grid,
   CellType cellType,
   Windows.UI.Xaml.FrameworkElement cell
)

パラメータ

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

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

参照

関連項目

CellFactory クラス
CellFactory メンバ

Send Feedback