Spread ASP.NET 17
FarPoint.Web.Spread Assembly / FarPoint.Web.Spread Namespace / SheetView Class / IsRowBound Method
Row index
Example


In This Topic
    IsRowBound Method (SheetView)
    In This Topic
    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

    Return Value

    true if the row is bound; otherwise false
    Example
    This example returns whether the specified row is bound.
    See Also