Aspose::Cells::HtmlSaveOptions::SetTableCssId method

HtmlSaveOptions::SetTableCssId(const U16String&) method

Gets and sets the prefix of the type css name such as tr,col,td and so on, they are contained in the table element which has the specific TableCssId attribute. The default value is “”.

void Aspose::Cells::HtmlSaveOptions::SetTableCssId(const U16String &value)

See Also

HtmlSaveOptions::SetTableCssId(const char16_t*) method

Gets and sets the prefix of the type css name such as tr,col,td and so on, they are contained in the table element which has the specific TableCssId attribute. The default value is “”.

void Aspose::Cells::HtmlSaveOptions::SetTableCssId(const char16_t *value)

See Also