ComponentOne FlexGrid for WPF and Silverlight
GetBorderThickness Method (CellFactory)

C1.Silverlight.FlexGrid Namespace > CellFactory Class : GetBorderThickness Method
C1FlexGrid that owns the cell.
CellRange that specifies the row and column represented by the cell.
Gets a System.Windows.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 System.Windows.Thickness
public virtual System.Windows.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 System.Windows.Thickness value that represents the thickness of the cell borders.
See Also

Reference

CellFactory Class
CellFactory Members