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

In This Topic
    CreateCellBorder Method
    In This Topic
    Syntax
    'Declaration
     
    Public Overridable Function CreateCellBorder( _
       ByVal grid As C1FlexGrid, _
       ByVal cellType As CellType, _
       ByVal rng As CellRange _
    ) As Border
    public virtual Border CreateCellBorder( 
       C1FlexGrid grid,
       CellType cellType,
       CellRange rng
    )

    Parameters

    grid
    cellType
    rng
    See Also