[]
        
(Showing Draft Content)

C1.WPF.FlexGrid.ExcelCellFactory.GetBorderThickness

GetBorderThickness Method

GetBorderThickness(C1FlexGrid, CellRange)

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

Declaration
public override Thickness GetBorderThickness(C1FlexGrid grid, CellRange rng)
Public Overrides Function GetBorderThickness(grid As C1FlexGrid, rng As CellRange) As Thickness
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.

Overrides