[]
        
(Showing Draft Content)

FarPoint.Win.Spread.Model.AggregationDataModel.IsRowUsed

IsRowUsed Method

IsRowUsed(int)

Determines whether the specified row has data (is not empty).

Declaration
public override bool IsRowUsed(int row)
Public Overrides Function IsRowUsed(row As Integer) As Boolean
Parameters
Type Name Description
int row

Index of row to check

Returns
Type Description
bool

True if the row contains data; false otherwise

Overrides