Aspose::Cells::PageSetup::GetPrintTitleColumns method
PageSetup::GetPrintTitleColumns method
Represents the columns that contain the cells to be repeated on the left side of each page.
U16String Aspose::Cells::PageSetup::GetPrintTitleColumns()
Examples
if (pageSetup.GetPrintTitleColumns().IsNull())
{
pageSetup.SetPrintTitleColumns(u"$A:$A");
}
See Also
- Class U16String
- Class PageSetup
- Namespace Aspose::Cells
- Library Aspose.Cells for C++