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
public 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