WinUI | ComponentOne
C1.WinUI.Grid Assembly / C1.WinUI.Grid Namespace / TransposedGridCellFactory Class / AllowCustomCell Method
The kind of cell.
The range.
In This Topic
    AllowCustomCell Method (TransposedGridCellFactory)
    In This Topic
    Gets whether custom cells are allowed for the specified range.
    Syntax
    public virtual bool AllowCustomCell( 
       GridCellType cellType,
       GridCellRange range
    )

    Parameters

    cellType
    The kind of cell.
    range
    The range.
    See Also