Spread Windows Forms 12.0 Product Documentation
PrintTitleRows Property


GrapeCity.Spreadsheet Assembly > GrapeCity.Spreadsheet.Printing Namespace > PageSetup Class : PrintTitleRows Property
Gets or sets a value indicating the rows that contain the cells to be repeated on the left side of each page.
Syntax
'Declaration
 
Public Property PrintTitleRows As RangeReference
'Usage
 
Dim instance As PageSetup
Dim value As RangeReference
 
instance.PrintTitleRows = value
 
value = instance.PrintTitleRows
public RangeReference PrintTitleRows {get; set;}

Property Value

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

Reference

PageSetup Class
PageSetup Members