VerticalPageBreakCollection.Item

VerticalPageBreakCollection indexer (1 of 2)

Gets the VerticalPageBreak element at the specified index.

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

Return Value

The element at the specified index.

See Also


VerticalPageBreakCollection indexer (2 of 2)

Gets the VerticalPageBreak element with the specified cell name.

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

Return Value

The element with the specified cell name.

See Also