HtmlSaveOptions.CellNameAttribute

HtmlSaveOptions.CellNameAttribute property

Specifies the attribute that indicates the CellName to be written. (e.g. If the value is “id”, then for cell “A1”, the output will be:<td id=‘A1’>). The default value is null.

public string CellNameAttribute { get; set; }

See Also