Aspose::Cells::Tables::ListColumn::SetName method

ListColumn::SetName(const U16String&) method

Gets and sets the name of the column.

void Aspose::Cells::Tables::ListColumn::SetName(const U16String &value)

Remarks

If sets the name of the column, the according cell’ value will be changed too.

See Also

ListColumn::SetName(const char16_t*) method

Gets and sets the name of the column.

void Aspose::Cells::Tables::ListColumn::SetName(const char16_t *value)

Remarks

If sets the name of the column, the according cell’ value will be changed too.

See Also