FlexGrid for WinRT
GetBorderThickness Method

C1FlexGrid that owns the cell.
CellRange that specifies the row and column represented by the cell.
Gets a Windows.UI.Xaml.Thickness value that represents the thickness of the cell borders.
Syntax
'Declaration
 
Public Overridable Function GetBorderThickness( _
   ByVal grid As C1FlexGrid, _
   ByVal rng As CellRange _
) As Windows.UI.Xaml.Thickness
public virtual Windows.UI.Xaml.Thickness GetBorderThickness( 
   C1FlexGrid grid,
   CellRange rng
)

Parameters

grid
C1FlexGrid that owns the cell.
rng
CellRange that specifies the row and column represented by the cell.

Return Value

A Windows.UI.Xaml.Thickness value that represents the thickness of the cell borders.
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