PrintTitleColumns Property
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
Reference PrintTitleColumns {get; set;}
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