Spread ASP.NET 17
FarPoint.Web.Spread Assembly / FarPoint.Web.Spread.Model Namespace / DefaultSheetDataModel Class / IsRowBound Method
Index of row to check


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

    Return Value

    true if the row is bound; false otherwise
    See Also