[]
        
(Showing Draft Content)

GrapeCity.Spreadsheet.IDataManager.IsRowBound

IsRowBound Method

IsRowBound(int)

Determines whether the row is bound.

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

Index of row in the model

Returns
Type Description
bool

true if the row is bound; otherwise, false.