Skip to main content
All docs
V24.2

CustomizeCellEventArgs.AltText Property

Gets or sets the alternative (alt) text associated with the exported image.

Namespace: DevExpress.Export

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

Declaration

public string AltText { get; set; }

Property Value

Type Description
String

A string that contains alternative text.

Remarks

Screen readers (for example, Microsoft Narrator) pronounce the image’s alt text when users navigate to the Excel table cell that contains this image.

See Also