Document Solutions for Excel, .NET Edition | Document Solutions
GrapeCity.Documents.Excel Namespace / IHPageBreaks Interface / Item Property
The index of the collection.
In This Topic
    Item Property (IHPageBreaks)
    In This Topic
    Gets the IHPageBreak by index.
    Syntax
    IHPageBreak this[ 
       System.int Index
    ]; {get;}

    Parameters

    Index
    The index of the collection.

    Property Value

    Returns the IHPageBreak object.
    See Also