PageSetupPrintTitleRows Property |
Represents the rows that contain the cells to be repeated at the top of each page.
Namespace:
Aspose.Cells
Assembly:
Aspose.Cells (in Aspose.Cells.dll) Version: 21.1.0.0 (21.1)
Syntaxpublic string PrintTitleRows { get; set; }
Public Property PrintTitleRows As String
Get
Set
public:
property String^ PrintTitleRows {
String^ get ();
void set (String^ value);
}
member PrintTitleRows : string with get, set
Property Value
Type:
String
Examples[C#]
cells.PageSetup.PrintTitleRows = "$1:$1";
[Visula Basic]
cells.PageSetup.PrintTitleRows = "$1:$1"
See Also