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


In This Topic
    Item Property (CustomDocumentProperties)
    In This Topic
    Gets the DocumentProperty object from the IDocumentProperties collection.
    Syntax
    'Declaration
     
    
    Public ReadOnly Default Property Item( _
       ByVal index As Integer _
    ) As DocumentProperty
    'Usage
     
    
    Dim instance As CustomDocumentProperties
    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 DocumentProperty object represents the document property.
    See Also