Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / SheetView Class / IsRowBound Method
Row index


In This Topic
    IsRowBound Method (SheetView)
    In This Topic
    Gets whether the specified row on this sheet 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