Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

TableRowsRestriction Enum

Lists item specifiers used in structured references.

Namespace: DevExpress.Spreadsheet.Formulas

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

NuGet Package: DevExpress.Spreadsheet.Core

#Declaration

public enum TableRowsRestriction

#Members

Name Description
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.

#Related API Members

The following properties accept/return TableRowsRestriction values:

See Also