ClassPrintTitles
Configures rows and columns to be repeated on each printed page, ensuring consistent headers or labels across multi-page prints.
Definition
Namespace:Telerik.Windows.Documents.Spreadsheet.Model.Printing
Assembly:Telerik.Windows.Documents.Spreadsheet.dll
Syntax:
public class PrintTitles : CellRangeInsertedOrRemovedAwareCollectionBase
Inheritance: objectCellRangeInsertedOrRemovedAwareCollectionBasePrintTitles
Inherited Members
Properties
CellRanges
Gets the collection of the repeated rows and columns of the printed titles.
Declaration
protected override ICollection<CellRange> CellRanges { get; }
Property Value
ICollection<CellRange>
Overrides
RepeatedColumns
Gets or sets the contiguous columns to be repeated on the left of each printed page, typically used for row labels.
Declaration
public ColumnRange RepeatedColumns { get; set; }
Property Value
RepeatedRows
Gets or sets the contiguous rows to be repeated at the top of each printed page, typically used for column headers.
Methods
TranslateRange(CellRange, CellRange)
Translates the ranges of the print titles when a change has been made in the worksheet which affects the ranges.
Declaration
protected override void TranslateRange(CellRange oldRange, CellRange newRange)
Parameters
oldRange
The range which was part of the print titles before the change.
newRange
The range which resulted after the change.
Exceptions
Overrides