Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+

TableReferenceExpression.RowsRestriction Property

Gets or sets a special item specifier for the table reference.

Namespace: DevExpress.Spreadsheet.Formulas

Assembly: DevExpress.Spreadsheet.v19.1.Core.dll

Declaration

public TableRowsRestriction RowsRestriction { get; set; }

Property Value

Type Description
TableRowsRestriction

A TableRowsRestriction enumeration member that specifies referenced rows.

Remarks

The RowsRestriction refers to #Headers in the Table1[[#Headers], [Column2]:[Column4]] expression.

See Also