[]
        
(Showing Draft Content)

FarPoint.Web.Spread.Model.BaseSheetDataModel.IsEditable

IsEditable Method

IsEditable(int, int)

Determines whether the contents of a cell at a specified row and column are editable.

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

Row index

int column

Column index

Returns
Type Description
bool
Implements