[]
Specifies whether the row uses a formula, tag, or note.
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
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 |
Type | Description |
---|---|
bool | Whether row has data, formula, tag, or note |