Skip to main content
A newer version of this page is available. .

XlTableReference.ToString(CultureInfo) Method

Converts a table reference to a string.

Namespace: DevExpress.Export.Xl

Assembly: DevExpress.Printing.v19.2.Core.dll

Declaration

public string ToString(
    CultureInfo culture
)

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.

See Also