Document Solutions for Excel, .NET Edition | Document Solutions
GrapeCity.Documents.Excel Namespace / HtmlSaveOptions Class / TableCssId Property
In This Topic
    TableCssId Property
    In This Topic
    Gets and sets the prefix of the type css name such as tr, td and so on, they are contained in the table element which has the specific TableCssId attribute. The default value is null.
    Syntax
    public System.string TableCssId {get; set;}
    See Also