[]
        
(Showing Draft Content)

FarPoint.Win.Spread.Model.DefaultSheetDataModel.IsRowUsed

IsRowUsed Method

IsRowUsed(int, bool, bool, bool)

Specifies whether the row uses a formula, tag, or note.

Declaration
public bool IsRowUsed(int row, bool includeFormula, bool includeTag, bool includeNote)
Public Function IsRowUsed(row As Integer, includeFormula As Boolean, includeTag As Boolean, includeNote As Boolean) As Boolean
Parameters
Type Name Description
int row

Model row index

bool includeFormula

Includes row with formulas

bool includeTag

Includes row with tags

bool includeNote

Includes row with notes

Returns
Type Description
bool

Whether row has data, formula, tag, or note