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:
void Aspose::Cells::HtmlSaveOptions::SetCellNameAttribute(const U16String &value)
See Also
- Class Vector
- Class U16String
- Class HtmlSaveOptions
- Namespace Aspose::Cells
- Library Aspose.Cells for C++
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:
void Aspose::Cells::HtmlSaveOptions::SetCellNameAttribute(const char16_t *value)
See Also
- Class Vector
- Class HtmlSaveOptions
- Namespace Aspose::Cells
- Library Aspose.Cells for C++