Spread Windows Forms 12.0 Product Documentation
Item(Int32) Property


GrapeCity.Spreadsheet Assembly > GrapeCity.Core Namespace > IDocumentProperties Interface > Item Property : Item(Int32) Property
The index number of the document property returned.
Gets the DocumentProperty object from the IDocumentProperties collection.
Syntax
'Declaration
 
Overloads ReadOnly Property Item( _
   ByVal index As Integer _
) As DocumentProperty
'Usage
 
Dim instance As IDocumentProperties
Dim index As Integer
Dim value As DocumentProperty
 
value = instance.Item(index)
DocumentProperty Item( 
   int index
) {get;}

Parameters

index
The index number of the document property returned.

Property Value

A DocumentProperty object represents the document property.
See Also

Reference

IDocumentProperties Interface
IDocumentProperties Members
Overload List