FlexGrid for UWP/WinRT
CreateCellBorder メソッド

セルを所有する C1FlexGrid
作成するセルの種類を示す CellType
セルによって表される行と列を示す CellRange
グリッドセルの背景と境界線を表し、セルデータを保持する Windows.UI.Xaml.Controls.Border 要素を作成します。
構文
'宣言
 
Public Overridable Function CreateCellBorder( _
   ByVal grid As C1FlexGrid, _
   ByVal cellType As CellType, _
   ByVal rng As CellRange _
) As Windows.UI.Xaml.Controls.Border
public virtual Windows.UI.Xaml.Controls.Border CreateCellBorder( 
   C1FlexGrid grid,
   CellType cellType,
   CellRange rng
)

パラメータ

grid
セルを所有する C1FlexGrid
cellType
作成するセルの種類を示す CellType
rng
セルによって表される行と列を示す CellRange

戻り値の型

グリッドセルの背景と境界線を表す Windows.UI.Xaml.Controls.Border 要素。
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