Aspose::Cells::PageSetup::GetCommands method

PageSetup::GetCommands(const U16String&) method

Gets all commands of header or footer.

Vector<HeaderFooterCommand> Aspose::Cells::PageSetup::GetCommands(const U16String &headerFooterScript)
ParameterTypeDescription
headerFooterScriptconst U16String&The header/footer script

ReturnValue

Returns all commands of header or footer.

See Also

PageSetup::GetCommands(const char16_t*) method

Gets all commands of header or footer.

Vector<HeaderFooterCommand> Aspose::Cells::PageSetup::GetCommands(const char16_t *headerFooterScript)
ParameterTypeDescription
headerFooterScriptconst char16_t*The header/footer script

ReturnValue

Returns all commands of header or footer.

See Also