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

    Parameters

    Index
    The index of the collection.

    Property Value

    Returns the IVPageBreak object.
    See Also