Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / DocumentProperties Class / Item Property
The index number of the document property returned.


In This Topic
    Item Property (DocumentProperties)
    In This Topic
    Syntax
    'Declaration
     
    
    Public ReadOnly Default Property Item( _
       ByVal index As Integer _
    ) As DocumentProperty
    'Usage
     
    
    Dim instance As DocumentProperties
    Dim index As Integer
    Dim value As DocumentProperty
     
    value = instance.Item(index)
    public DocumentProperty this[ 
       int index
    ]; {get;}

    Parameters

    index
    The index number of the document property returned.

    Property Value

    A GrapeCity.Core.DocumentProperty object represents the document property.
    See Also