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

XlCellRange.ToString(CultureInfo) Method

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

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 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