Spread Windows Forms 12.0 Product Documentation
Item(String) Property


GrapeCity.Spreadsheet Assembly > GrapeCity.Core Namespace > IDocumentProperties Interface > Item Property : Item(String) Property
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)
DocumentProperty Item( 
   string name
) {get;}

Parameters

name

Property Value

A DocumentProperty object represents the document property.
See Also

Reference

IDocumentProperties Interface
IDocumentProperties Members
Overload List