PageSetup.PrintTitleColumns
PageSetup.PrintTitleColumns property
Represents the columns that contain the cells to be repeated on the left side of each page.
public string PrintTitleColumns { get; set; }
Examples
[C#]
pageSetup.PrintTitleColumns = "$A:$A";
[Visula Basic]
pageSetup.PrintTitleColumns = "$A:$A"
See Also
- class PageSetup
- namespace Aspose.Cells
- assembly Aspose.Cells