[]
        
(Showing Draft Content)

GrapeCity.Documents.Excel.HtmlSaveOptions.CellAttributeOptions

CellAttributeOptions Property

CellAttributeOptions

Specify the options for cell element attributes when exporting to HTML.

Declaration
public Dictionary<CellAttribute, string> CellAttributeOptions { get; set; }
Public Property CellAttributeOptions As Dictionary(Of CellAttribute, String)
Property Value
Type Description
Dictionary<CellAttribute, string>

A dictionary where the key is a CellAttribute and the value is a string representing the attribute's name.