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


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

Parameters

row
Row index
See Also

Reference

SheetView Class
SheetView Members