'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.