New to Telerik Document ProcessingStart a free 30-day trial

Configures rows and columns to be repeated on each printed page, ensuring consistent headers or labels across multi-page prints.

Definition

Methods

Translates the ranges of the print titles when a change has been made in the worksheet which affects the ranges.

C#
protected override void TranslateRange(CellRange oldRange, CellRange newRange)
Parameters:oldRangeCellRange

The range which was part of the print titles before the change.

newRangeCellRange

The range which resulted after the change.

Exceptions:

InvalidOperationException

Overrides: CellRangeInsertedOrRemovedAwareCollectionBase.TranslateRange(CellRange, CellRange)

Properties

Gets the collection of the repeated rows and columns of the printed titles.

C#
protected override ICollection<CellRange> CellRanges { get; }

Overrides: CellRangeInsertedOrRemovedAwareCollectionBase.CellRanges

Gets or sets the contiguous columns to be repeated on the left of each printed page, typically used for row labels.

C#
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.

C#
public RowRange RepeatedRows { get; set; }