SpreadsheetGear 2023
PrintTitleColumns Property (IPageSetup)


SpreadsheetGear Namespace > IPageSetup Interface : PrintTitleColumns Property
Gets or sets the columns to repeat on each printed page using ReferenceStyle.A1.
Syntax
'Declaration
 
Property PrintTitleColumns As System.String
'Usage
 
Dim instance As IPageSetup
Dim value As System.String
 
instance.PrintTitleColumns = value
 
value = instance.PrintTitleColumns
System.string PrintTitleColumns {get; set;}
Remarks

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

The print title columns 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
PrintTitleRows Property