Spread Windows Forms 12.0 Product Documentation
PrintTitleColumns Property


GrapeCity.Spreadsheet Assembly > GrapeCity.Spreadsheet.Printing Namespace > PageSetup Class : PrintTitleColumns Property
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 RangeReference
'Usage
 
Dim instance As PageSetup
Dim value As RangeReference
 
instance.PrintTitleColumns = value
 
value = instance.PrintTitleColumns
public RangeReference PrintTitleColumns {get; set;}

Property Value

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

Reference

PageSetup Class
PageSetup Members