[]
        
(Showing Draft Content)

GrapeCity.Documents.Excel.IPageSetup.PrintTitleColumns

PrintTitleColumns Property

PrintTitleColumns

Gets 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.

Declaration
string PrintTitleColumns { get; set; }
Property PrintTitleColumns As String
Examples
IPageSetup pageSetup = worksheet.PageSetup;
pageSetup.PrintTitleColumns = "$A:$B";
string printTitleColumns = pageSetup.PrintTitleColumns;