HorizontalPageBreakCollection.Item
HorizontalPageBreakCollection indexer (1 of 2)
Gets the HorizontalPageBreak
element at the specified index.
public HorizontalPageBreak this[int index] { get; }
Parameter | Description |
---|---|
index | The zero based index of the element. |
Return Value
The element at the specified index.
See Also
- class HorizontalPageBreak
- class HorizontalPageBreakCollection
- namespace Aspose.Cells
- assembly Aspose.Cells
HorizontalPageBreakCollection indexer (2 of 2)
Gets the HorizontalPageBreak
element with the specified cell name.
public HorizontalPageBreak this[string cellName] { get; }
Parameter | Description |
---|---|
cellName | Cell name. |
Return Value
The element with the specified cell name.
See Also
- class HorizontalPageBreak
- class HorizontalPageBreakCollection
- namespace Aspose.Cells
- assembly Aspose.Cells