'宣言 Public Overridable Function AllowCustomCell( _ ByVal cellType As GridCellType, _ ByVal col As GridColumn _ ) As System.Boolean
public virtual System.bool AllowCustomCell( GridCellType cellType, GridColumn col )
パラメータ
- cellType
- セルの種類
- col
- セルを決定する列
'宣言 Public Overridable Function AllowCustomCell( _ ByVal cellType As GridCellType, _ ByVal col As GridColumn _ ) As System.Boolean
public virtual System.bool AllowCustomCell( GridCellType cellType, GridColumn col )