ReferenceExpression Class Members
In This Topic
The following tables list the members exposed by ReferenceExpression.
Public Properties
| Name | Description |
![Public Property](template/packages/core-dotnet/images/publicProperty.png) | Column | Gets the starting column coordinate of the reference. |
![Public Property](template/packages/core-dotnet/images/publicProperty.png) | ColumnCount | Gets the number of columns in the reference. |
![Public Property](template/packages/core-dotnet/images/publicProperty.png) | ColumnRelative | Determines whether the column coordinates are relative. |
![Public Property](template/packages/core-dotnet/images/publicProperty.png) | Row | Gets the starting row coordinate of the reference. |
![Public Property](template/packages/core-dotnet/images/publicProperty.png) | RowCount | Gets the number of rows in the reference. |
![Public Property](template/packages/core-dotnet/images/publicProperty.png) | RowRelative | Determines whether the row coordinates are relative. |
Top
See Also