FlexGrid for WinRT
GetCellPadding Method

C1FlexGrid that owns the cell.
GridPanel that specifies the part of the grid that contains the cell.
CellRange that specifies the row and column represented by the cell.
Gets a Windows.UI.Xaml.Thickness value that specifies the padding applied between the edge of the cell and its content area.
Syntax
'Declaration
 
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
)

Parameters

grid
C1FlexGrid that owns the cell.
panel
GridPanel that specifies the part of the grid that contains the cell.
rng
CellRange that specifies the row and column represented by the cell.

Return Value

A Windows.UI.Xaml.Thickness value that specifies the padding applied between the edge of the cell and its content area.
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

See Also

Reference

CellFactory Class
CellFactory Members

 

 


Copyright © GrapeCity, inc. All rights reserved.

Product Support Forum  |   Documentation Feedback