[]
        
(Showing Draft Content)

C1.WPF.FlexGrid.CellFactory.GetBorderThickness

GetBorderThickness Method

GetBorderThickness(C1FlexGrid, CellRange)

Gets a Thickness value that represents the thickness of the cell borders.

Declaration
public virtual Thickness GetBorderThickness(C1FlexGrid grid, CellRange rng)
Parameters
Type Name Description
C1FlexGrid grid

C1FlexGrid that owns the cell.

CellRange rng

CellRange that specifies the row and column represented by the cell.

Returns
Type Description
Thickness

A Thickness value that represents the thickness of the cell borders.