Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+

CellValueToColumnTypeConverter.GetCellDisplayText(Cell) Method

Gets the string that specifies the formatted cell value as it is displayed in a spreadsheet.

Namespace: DevExpress.Spreadsheet.Export

Assembly: DevExpress.Spreadsheet.v20.2.Core.dll

Declaration

public virtual string GetCellDisplayText(
    Cell cell
)

Parameters

Name Type Description
cell Cell

A Cell object that is the cell whose display text is obtained.

Returns

Type Description
String

A String that is the text for display in the specified cell.

Remarks

Use the GetCellDisplayText method in your custom converter to obtain a cell text for conversion (if the CellValueToColumnTypeConverter.ConvertStringValues option is true).

See Also