FlexGrid for WPF | ComponentOne
C1.WPF.Grid Assembly / C1.WPF.Grid Namespace / GridNewRow Class / AllowCustomCell Method
The kind of cell.
The column that determines the cell.

In This Topic
    AllowCustomCell Method (GridNewRow)
    In This Topic
    Gets whether custom cells are allowed for the specified range.
    Syntax
    'Declaration
     
    Public Overridable Function AllowCustomCell( _
       ByVal cellType As GridCellType, _
       ByVal col As GridColumn _
    ) As Boolean
    public virtual bool AllowCustomCell( 
       GridCellType cellType,
       GridColumn col
    )

    Parameters

    cellType
    The kind of cell.
    col
    The column that determines the cell.
    See Also