XlTableReference.ToString(CultureInfo) 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
Parameters
Name | Type | Description |
---|---|---|
culture | CultureInfo | A CultureInfo object that provides culture-specific information. |
Returns
Type | Description |
---|---|
String | A string that specifies the textual representation of a table reference. |
Remarks
Culture settings are not required since they do not influence the conversion result.
Implements
See Also