[]
        
(Showing Draft Content)

FarPoint.Web.Spread.Model.GroupDataModel.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
Overrides
Implements