FlexGrid for UWP/WinRT
GetCellPadding メソッド

セルを所有する C1FlexGrid
セルを保持するグリッドのパーツを指定する GridPanel
セルによって表される行と列を示す CellRange
セルの端とコンテンツ領域の間に適用されるパディングを示す Windows.UI.Xaml.Thickness 値を取得します。
構文
'宣言
 
Public Overridable Function GetCellPadding( _
   ByVal grid As C1FlexGrid, _
   ByVal panel As GridPanel, _
   ByVal rng As CellRange _
) As Windows.UI.Xaml.Thickness
public virtual Windows.UI.Xaml.Thickness GetCellPadding( 
   C1FlexGrid grid,
   GridPanel panel,
   CellRange rng
)

パラメータ

grid
セルを所有する C1FlexGrid
panel
セルを保持するグリッドのパーツを指定する GridPanel
rng
セルによって表される行と列を示す CellRange

戻り値の型

セルの端とコンテンツ領域の間に適用されるパディングを示す Windows.UI.Xaml.Thickness 値。
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