'Declaration Public Overridable Function AllowCustomCell( _ ByVal cellType As GridCellType, _ ByVal range As GridCellRange _ ) As Boolean
public virtual bool AllowCustomCell( GridCellType cellType, GridCellRange range )
Parameters
- cellType
- The kind of cell.
- range
- The range.