PageSetupPrintTitleColumns Property |
Represents the columns that contain the cells to be repeated on the left side of each page.
Namespace:
Aspose.Cells
Assembly:
Aspose.Cells (in Aspose.Cells.dll) Version: 21.2.0.0 (21.2)
Syntaxpublic string PrintTitleColumns { get; set; }
Public Property PrintTitleColumns As String
Get
Set
public:
property String^ PrintTitleColumns {
String^ get ();
void set (String^ value);
}
member PrintTitleColumns : string with get, set
Property Value
Type:
String
Examples[C#]
cells.PageSetup.PrintTitleColumns = "$A:$A";
[Visula Basic]
cells.PageSetup.PrintTitleColumns = "$A:$A"
See Also