[]
        
(Showing Draft Content)

GrapeCity.Documents.Excel.IDocumentPropertyCollection.Item

this Property

this[string]

Gets the IDocumentProperty with the specified name.

Declaration
IDocumentProperty this[string name] { get; }
ReadOnly Default Property Item(name As String) As IDocumentProperty
Parameters
Type Name Description
string name

The name.

Property Value
Type Description
IDocumentProperty

The IDocumentProperty.

this[int]

Gets the IDocumentProperty with the specified index.

Declaration
IDocumentProperty this[int index] { get; }
ReadOnly Default Property Item(index As Integer) As IDocumentProperty
Parameters
Type Name Description
int index
Property Value
Type Description
IDocumentProperty

The IDocumentProperty.