Skip to main content

XlCellRange.ToString(CultureInfo) Method

Get a string reference to the range defined by the XlCellRange object.

Namespace: DevExpress.Export.Xl

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

NuGet Package: DevExpress.Printing.Core

Declaration

public string ToString(
    CultureInfo culture
)

Parameters

Name Type Description
culture CultureInfo

A CultureInfo object providing culture-specific information.

Returns

Type Description
String

A string that is the reference to the worksheet range in A1 style.

Remarks

The culture-specific information is not required and the ToString override with the CultureInfo parameter is implemented only for compatibility.

See Also