[]
        
(Showing Draft Content)

GrapeCity.Documents.Word.DocumentPropertyCollection.Item

this Property

this[string]

Gets a document property by the case-insensitive name.

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

The case-insensitive name of the property.

Property Value
Type Description
DocumentProperty

A DocumentProperty with the specified name.