Spread WinForms 15
GrapeCity.Spreadsheet Assembly / GrapeCity.Core Namespace / IDocumentProperties Interface / Item Property / Item(String) Property


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

Parameters

name

Property Value

A DocumentProperty object represents the document property.
See Also