[]
        
(Showing Draft Content)

FarPoint.Web.Spread.Model.ISheetDataModel.IsEditable

IsEditable Method

IsEditable(int, int)

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

Declaration
bool IsEditable(int row, int column)
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

True if the cell contents can be edited; otherwise, false