HorizontalPageBreakCollection.Item

HorizontalPageBreakCollection indexer (1 of 2)

Gets the HorizontalPageBreak element at the specified index.

public HorizontalPageBreak this[int index] { get; }
ParameterDescription
indexThe zero based index of the element.

Return Value

The element at the specified index.

See Also


HorizontalPageBreakCollection indexer (2 of 2)

Gets the HorizontalPageBreak element with the specified cell name.

public HorizontalPageBreak this[string cellName] { get; }
ParameterDescription
cellNameCell name.

Return Value

The element with the specified cell name.

See Also