VerticalPageBreakCollection.Item
VerticalPageBreakCollection indexer (1 of 2)
Gets the VerticalPageBreak
element at the specified index.
public VerticalPageBreak 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 VerticalPageBreak
- class VerticalPageBreakCollection
- namespace Aspose.Cells
- assembly Aspose.Cells
VerticalPageBreakCollection indexer (2 of 2)
Gets the VerticalPageBreak
element with the specified cell name.
public VerticalPageBreak this[string cellName] { get; }
Parameter | Description |
---|---|
cellName | Cell name. |
Return Value
The element with the specified cell name.
See Also
- class VerticalPageBreak
- class VerticalPageBreakCollection
- namespace Aspose.Cells
- assembly Aspose.Cells