Spread for ASP.NET 12 Product Documentation
IsRowBound Method (DefaultSheetDataModel)


FarPoint.Web.Spread Assembly > FarPoint.Web.Spread.Model Namespace > DefaultSheetDataModel Class : IsRowBound Method
Index of row to check
Determines whether the specified row is bound to a data source row.
Syntax
'Declaration
 
Public Function IsRowBound( _
   ByVal row As Integer _
) As Boolean
'Usage
 
Dim instance As DefaultSheetDataModel
Dim row As Integer
Dim value As Boolean
 
value = instance.IsRowBound(row)
public bool IsRowBound( 
   int row
)

Parameters

row
Index of row to check
See Also

Reference

DefaultSheetDataModel Class
DefaultSheetDataModel Members