[]
        
(Showing Draft Content)

FarPoint.Web.Spread.Model.GroupDataModel.IsEditable

IsEditable Method

IsEditable(int, int)

Determines whether the cell in the group is editable.

Declaration
public override bool IsEditable(int row, int col)
Public Overrides Function IsEditable(row As Integer, col As Integer) As Boolean
Parameters
Type Name Description
int row

Row index of the cell

int col

Column index of the cell

Returns
Type Description
bool
Overrides
Implements