Spread ASP.NET 17
FarPoint.Web.Spread Assembly / FarPoint.Web.Spread.Model Namespace / IUnboundRowSupport Interface / IsRowBound Method
Row to check


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

    Parameters

    row
    Row to check

    Return Value

    true if row is bound; false otherwise
    See Also