PrintTitles
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
Methods
Translates the ranges of the print titles when a change has been made in the worksheet which affects the ranges.
Properties
Gets the collection of the repeated rows and columns of the printed titles.
protected override ICollection<CellRange> CellRanges { get; }
Overrides:
Gets or sets the contiguous columns to be repeated on the left of each printed page, typically used for row labels.
public ColumnRange RepeatedColumns { get; set; }
Gets or sets the contiguous rows to be repeated at the top of each printed page, typically used for column headers.
public RowRange RepeatedRows { get; set; }