Skip to main content

XtraSpreadsheetCellErrorNameLocalizer.GetString(XtraSpreadsheetCellErrorNameStringId) Method

Returns a culture-specific string for the specified string identifier.

Namespace: DevExpress.XtraSpreadsheet.Localization

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

NuGet Package: DevExpress.Spreadsheet.Core

Declaration

public static string GetString(
    XtraSpreadsheetCellErrorNameStringId id
)

Parameters

Name Type Description
id DevExpress.XtraSpreadsheet.Localization.XtraSpreadsheetCellErrorNameStringId

A DevExpress.XtraSpreadsheet.Localization.XtraSpreadsheetCellErrorStringId enumeration value specifying the cell error whose text is to be localized.

Returns

Type Description
String

A String that is the text to be displayed for the current culture settings.

Remarks

Override this method in XtraSpreadsheetCellErrorNameLocalizer class descendants to modify the captions (text strings) of visual user interface elements.

See Also