Spread WinForms 15
GrapeCity.Spreadsheet Assembly / GrapeCity.Core Namespace / IDocumentProperties Interface / Item Property / Item(Int32) Property
The index number of the document property returned.


In This Topic
Item(Int32) Property
In This Topic
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)

Parameters

index
The index number of the document property returned.

Property Value

A DocumentProperty object represents the document property.
See Also