Spread Windows Forms 15.0
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.Model Namespace / BaseSheetDataModel Class / IsRowUsed Method
Row index


In This Topic
    IsRowUsed Method (BaseSheetDataModel)
    In This Topic
    Determines whether the specified row contains data.
    Syntax
    'Declaration
     
    
    Public Overridable Function IsRowUsed( _
       ByVal row As Integer _
    ) As Boolean
    'Usage
     
    
    Dim instance As BaseSheetDataModel
    Dim row As Integer
    Dim value As Boolean
     
    value = instance.IsRowUsed(row)
    public virtual bool IsRowUsed( 
       int row
    )

    Parameters

    row
    Row index
    See Also