[]
        
(Showing Draft Content)

FarPoint.Web.Spread.Model.DefaultSheetDataModel.IsEditable

IsEditable Method

IsEditable(int, int)

Determines whether the value in the cell of the specified row and column can be edited.

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

Row index of the cell

int column

Column index of the cell

Returns
Type Description
bool
Overrides
Implements