<
OLAP for WPF and Silverlight | ComponentOne
C1.WPF.Olap Namespace / C1OlapGrid.OlapCellFactory Class / GetBorderThickness Method

In This Topic
    GetBorderThickness Method
    In This Topic
    Syntax
    'Declaration
     
    Public Overridable Function GetBorderThickness( _
       ByVal grid As C1FlexGrid, _
       ByVal rng As CellRange _
    ) As Thickness
    public virtual Thickness GetBorderThickness( 
       C1FlexGrid grid,
       CellRange rng
    )

    Parameters

    grid
    rng
    See Also