XlCellRange.ToString(CultureInfo) Method
Get a string reference to the range defined by the XlCellRange object.
Namespace: DevExpress.Export.Xl
Assembly: DevExpress.Printing.v25.1.Core.dll
NuGet Package: DevExpress.Printing.Core
Declaration
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.
Implements
See Also