XlTableReference.ToString() Method
Converts a table reference to a string.
Namespace: DevExpress.Export.Xl
Assembly: DevExpress.Printing.v24.1.Core.dll
NuGet Package: DevExpress.Printing.Core
Declaration
Returns
Type | Description |
---|---|
String | A string that specifies the textual representation of a table reference. |
Remarks
Use the ToString method to return a string representation of the XlTableReference object.
For example, the ToString method returns “Table1[[#Data],[Q1]:[Q4]]” for the following XlTableReference instance.
See Also