Aspose::Cells::PageSetup::GetPrintTitleRows method

PageSetup::GetPrintTitleRows method

Represents the rows that contain the cells to be repeated at the top of each page.

U16String Aspose::Cells::PageSetup::GetPrintTitleRows()

Examples

if (pageSetup.GetPrintTitleRows().IsNull())
{
    pageSetup.SetPrintTitleRows(u"$1:$1");
}

See Also