[]
        
(Showing Draft Content)

FarPoint.Web.Spread.Cell.IsValid

IsValid Method

IsValid(int, int)

Checks whether the specified view row and column indexes are valid coordinates in the sheet's data model, and if so sets the row and column fields to the model row and column indexes.

Declaration
protected bool IsValid(int viewrow, int viewcolumn)
Protected Function IsValid(viewrow As Integer, viewcolumn As Integer) As Boolean
Parameters
Type Name Description
int viewrow

Row index (in the view)

int viewcolumn

Column index (in the view)

Returns
Type Description
bool

True if view row and view column are defined in the data model for the sheet; otherwise, false