HotXLS-dokumentasjon

PrintTitleColumns egenskap

Returnerer 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. Read/write String

Syntaks

property PrintTitleColumns: string;

Merknader

Set this property to the empty string ('') to turn off title columns

Eksempel

This example defines row two as the title row, and it defines columns one through two as the title columns

Workbook.Worksheets[1].PageSetup.PrintTitleRows := '$2:$2';
Workbook.Worksheets[1].PageSetup.PrintTitleColumns := '$A:$B';