Back to Devexpress

TableRowsRestriction Enum

officefileapi-devexpress-dot-spreadsheet-dot-formulas-78004bc1.md

latest1.8 KB
Original Source

TableRowsRestriction Enum

Lists item specifiers used in structured references.

Namespace : DevExpress.Spreadsheet.Formulas

Assembly : DevExpress.Spreadsheet.v25.2.Core.dll

NuGet Package : DevExpress.Spreadsheet.Core

Declaration

csharp
public enum TableRowsRestriction
vb
Public Enum TableRowsRestriction

Members

NameDescription
None

A specifier that does not apply any restrictions.

| | Headers |

A special item specifier that refers to the header row only.

| | Totals |

A special item specifier that refers to the total row only.

| | Data |

A special item specifier that refers to data only.

| | All |

A special item specifier that refers to the entire table, including column headers, data, and totals (if any).

| | ThisRow |

A special item specifier that refers to the portion of the columns in the current row.

|

The following properties accept/return TableRowsRestriction values:

See Also

TableReferenceExpression

Cell Referencing

DevExpress.Spreadsheet.Formulas Namespace