Aspose::Cells::WorkbookSettings::SetAuthor method

WorkbookSettings::SetAuthor(const U16String&) method

Gets and sets the author of the file.

void Aspose::Cells::WorkbookSettings::SetAuthor(const U16String &value)

Remarks

It’’s not set, check BuiltInDocumentPropertyCollection.Author first, then check the user of Environment.

See Also

WorkbookSettings::SetAuthor(const char16_t*) method

Gets and sets the author of the file.

void Aspose::Cells::WorkbookSettings::SetAuthor(const char16_t *value)

Remarks

It’’s not set, check BuiltInDocumentPropertyCollection.Author first, then check the user of Environment.

See Also