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


In This Topic
Item(BuiltinDocumentProperties) Property
In This Topic
Gets the DocumentProperty object from the IDocumentProperties collection.
Syntax
'Declaration
 
Overloads ReadOnly Property Item( _
   ByVal index As BuiltinDocumentProperties _
) As DocumentProperty
 
'Usage
 
Dim instance As IDocumentProperties
Dim index As BuiltinDocumentProperties
Dim value As DocumentProperty
 
value = instance.Item(index)

Parameters

index
The index of the document property returned.

Property Value

A DocumentProperty object represents the document property.
Remarks
If the document properties is not builtin document properties, return null.
See Also