PageSetup.PrintTitleRows Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Returns or sets the rows that contain the cells to be repeated at the top of each page as a string in A1-style notation in the language of the macro.
public:
property System::String ^ PrintTitleRows { System::String ^ get(); void set(System::String ^ value); };
public string PrintTitleRows { get; set; }
Public Property PrintTitleRows As String
Property Value
Remarks
If you specify only part of a row or rows, Microsoft Excel expands the range to full rows.
Set this property to False or to the empty string ("") to turn off title rows.
This property applies only to worksheet pages.