Spread Windows Forms 15.0
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.Data Namespace / DataManagerBase Class / IsRowBound Method


In This Topic
    IsRowBound Method (DataManagerBase)
    In This Topic
    Syntax
    'Declaration
     
    
    Public Overridable Function IsRowBound( _
       ByVal row As Integer _
    ) As Boolean
    'Usage
     
    
    Dim instance As DataManagerBase
    Dim row As Integer
    Dim value As Boolean
     
    value = instance.IsRowBound(row)
    public virtual bool IsRowBound( 
       int row
    )

    Parameters

    row
    See Also