SpreadsheetGear 2017
PrintTitleRows Property (IPageSetup)






SpreadsheetGear Namespace > IPageSetup Interface : PrintTitleRows Property
Gets or sets the rows to repeat on each printed page using ReferenceStyle.A1.
Syntax
'Declaration
 
Property PrintTitleRows As System.String
'Usage
 
Dim instance As IPageSetup
Dim value As System.String
 
instance.PrintTitleRows = value
 
value = instance.PrintTitleRows
System.string PrintTitleRows {get; set;}
read-write property PrintTitleRows: System.String; 
function get,set PrintTitleRows : System.String
__property System.string* get_PrintTitleRows();
__property void set_PrintTitleRows( 
   System.string* value
);
property System.String^ PrintTitleRows {
   System.String^ get();
   void set (    System.String^ value);
}
Remarks

A string with a length of zero is returned if there are no print title rows.

The print title rows are stored in the sheet specific defined name "Print_Titles".

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

IPageSetup Interface
IPageSetup Members
PrintArea Property
PrintTitleColumns Property