Spread WinForms 15
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.Printing Namespace / PageSetup Class / PrintTitleColumns Property


In This Topic
PrintTitleColumns Property (PageSetup)
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
 
Public Property PrintTitleColumns As Reference
 
'Usage
 
Dim instance As PageSetup
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