NamedRangeExportEventArgs.NameId Property
This property is by default the same as NamedRange.Name. If you want to change the id of the span that will be exported to HTML, change it to the new value. To not export this name, set it to null.
Syntax
Namespace: FlexCel.Render
public String NameId { get; set; }