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

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

    Parameters

    grid
    panel
    rng
    See Also