Spread WPF 17
GrapeCity.Windows.SpreadSheet.Data Namespace / Worksheet Class / IsRowBound Method
The row index.


In This Topic
    IsRowBound Method
    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 Worksheet
    Dim row As Integer
    Dim value As Boolean
     
    value = instance.IsRowBound(row)
    public bool IsRowBound( 
       int row
    )

    Parameters

    row
    The row index.

    Return Value

    true if the row is bound; otherwise, false.
    See Also