Spread WinForms 15
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.Printing Namespace / IPageSetup Interface / PrintTitleColumns Property


In This Topic
PrintTitleColumns Property (IPageSetup)
In This Topic
Gets or sets a value indicating the columns that contain the cells to be repeated on the left side of each page.
Syntax
'Declaration
 
Property PrintTitleColumns As Reference
 
'Usage
 
Dim instance As IPageSetup
Dim value As Reference
 
instance.PrintTitleColumns = value
 
value = instance.PrintTitleColumns

Property Value

A GrapeCity.Spreadsheet.Reference value represents the columns that contain the cells to be repeated on the left side of each page
See Also