PageSetup.PrintTitleColumns Property

Definition

Returns or sets the columns that contain the cells to be repeated on the left side of each page as a string in A1-style notation in the language of the macro.

public:
 property System::String ^ PrintTitleColumns { System::String ^ get(); void set(System::String ^ value); };
public string PrintTitleColumns { get; set; }
Public Property PrintTitleColumns As String

Property Value

Remarks

If you specify only part of a column or columns, Microsoft Excel expands the range to full columns.

Set this property to False or to the empty string ("") to turn off title columns.

This property applies only to worksheet pages.

Applies to