Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / PageBreaks Class / Item Property
An integer value indicates the break item position.


In This Topic
    Item Property (PageBreaks)
    In This Topic
    Gets the Break value at the specified position.
    Syntax
    'Declaration
     
    
    Public ReadOnly Default Property Item( _
       ByVal index As Integer _
    ) As Break
    'Usage
     
    
    Dim instance As PageBreaks
    Dim index As Integer
    Dim value As Break
     
    value = instance.Item(index)
    public Break this[ 
       int index
    ]; {get;}

    Parameters

    index
    An integer value indicates the break item position.

    Property Value

    The Break value at the specified position.
    See Also