[]
        
(Showing Draft Content)

GrapeCity.Documents.Excel.IPageSetup.PrintTailColumns

PrintTailColumns Property

PrintTailColumns

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

Use this property to read the current right-side repeating column setting for the worksheet page setup.

Declaration
string PrintTailColumns { get; set; }
Property PrintTailColumns As String
Examples
IPageSetup pageSetup = worksheet.PageSetup;
pageSetup.PrintTailColumns = "$I:$J";
string printTailColumns = pageSetup.PrintTailColumns;