Spread Windows Forms 15.0
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.Model Namespace / AggregationDataModel Class / IsRowUsed Method
Index of row to check


In This Topic
    IsRowUsed Method (AggregationDataModel)
    In This Topic
    Determines whether the specified row has data (is not empty).
    Syntax
    'Declaration
     
    
    Public Overrides Function IsRowUsed( _
       ByVal row As Integer _
    ) As Boolean
    'Usage
     
    
    Dim instance As AggregationDataModel
    Dim row As Integer
    Dim value As Boolean
     
    value = instance.IsRowUsed(row)
    public override bool IsRowUsed( 
       int row
    )

    Parameters

    row
    Index of row to check
    See Also