PageSetup.PrintTitleRows
PageSetup.PrintTitleRows property
Represents the rows that contain the cells to be repeated at the top of each page.
public string PrintTitleRows { get; set; }
Examples
[C#]
pageSetup.PrintTitleRows = "$1:$1";
[Visula Basic]
pageSetup.PrintTitleRows = "$1:$1"
See Also
- class PageSetup
- namespace Aspose.Cells
- assembly Aspose.Cells