TableReferenceExpression Properties
A structured reference used for worksheet tables.Name | Description |
---|---|
BracketsCount | Gets or sets the number of pairs of parentheses in which the expression is enclosed. Inherited from Expression. |
ColumnEnd | Gets or sets the name of the rightmost column in a contiguous area. |
ColumnsDefined | Gets whether column names are specified in the table reference. |
ColumnStart | Gets or sets the name of the leftmost column in a contiguous area of the table. |
RowsRestriction | Gets or sets a special item specifier for the table reference. |
SheetReference | Gets or sets the worksheet reference. Inherited from ReferenceExpression. |
TableName | Gets or sets the name of the table. |
See Also