Class PrintTitles
Configures rows and columns to be repeated on each printed page, ensuring consistent headers or labels across multi-page prints.
Inherited Members
Namespace: Telerik.Windows.Documents.Spreadsheet.Model.Printing
Assembly: Telerik.Windows.Documents.Spreadsheet.dll
Syntax
public class PrintTitles : CellRangeInsertedOrRemovedAwareCollectionBase
Properties
CellRanges
Gets the collection of the repeated rows and columns of the printed titles.
Declaration
protected override ICollection<CellRange> CellRanges { get; }
Property Value
|
System.Collections.Generic.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
|
ColumnRange
|
RepeatedRows
Gets or sets the contiguous rows to be repeated at the top of each printed page, typically used for column headers.
Declaration
public RowRange RepeatedRows { get; set; }
Property Value
|
RowRange
|
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
|
CellRange
oldRange
The range which was part of the print titles before the change. |
|
CellRange
newRange
The range which resulted after the change. |
Overrides
Exceptions
|
System.InvalidOperationException
|