Spread WinForms 15
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / IDataManager Interface / IsRowBound Method
Index of row in the model


In This Topic
IsRowBound Method (IDataManager)
In This Topic
Determines whether the row is bound.
Syntax
'Declaration
 
Function IsRowBound( _
   ByVal row As Integer _
) As Boolean
 
'Usage
 
Dim instance As IDataManager
Dim row As Integer
Dim value As Boolean
 
value = instance.IsRowBound(row)

Parameters

row
Index of row in the model
See Also