[]
        
(Showing Draft Content)

FarPoint.Web.Spread.Model.DefaultSheetDataModel.IsRowBound

IsRowBound Method

IsRowBound(int)

Determines whether the specified row is bound to a data source row.

Declaration
public bool IsRowBound(int row)
Public Function IsRowBound(row As Integer) As Boolean
Parameters
Type Name Description
int row

Index of row to check

Returns
Type Description
bool
Implements