FlexGrid for UWP/WinRT
CreateCellContentEditor メソッド

セルを所有する C1FlexGrid
ヘッダーを保持する Windows.UI.Xaml.Controls.Border 要素。
セルによって表される行と列を示す CellRange
データセルの値の表示に使用する Windows.UI.Xaml.Controls.Border 要素のコンテンツを設定します。
構文
'宣言
 
Public Overridable Sub CreateCellContentEditor( _
   ByVal grid As C1FlexGrid, _
   ByVal bdr As Windows.UI.Xaml.Controls.Border, _
   ByVal rng As CellRange _
) 
public virtual void CreateCellContentEditor( 
   C1FlexGrid grid,
   Windows.UI.Xaml.Controls.Border bdr,
   CellRange rng
)

パラメータ

grid
セルを所有する C1FlexGrid
bdr
ヘッダーを保持する Windows.UI.Xaml.Controls.Border 要素。
rng
セルによって表される行と列を示す CellRange
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