Aspose::Cells::HtmlSaveOptions::SetCellNameAttribute method

HtmlSaveOptions::SetCellNameAttribute(const U16String&) method

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:). The default value is null.

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

See Also

HtmlSaveOptions::SetCellNameAttribute(const char16_t*) method

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:). The default value is null.

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

See Also