[]
        
(Showing Draft Content)

GrapeCity.Documents.Excel.IDocumentPropertyCollection.Item

this Property

this[string]

获取具有指定名称的IDocumentProperty

Declaration
IDocumentProperty this[string name] { get; }
Parameters
Type Name Description
string name

名称。

Property Value
Type Description
IDocumentProperty

IDocumentProperty对象 。

this[int]

获取指定索引的IDocumentProperty

Declaration
IDocumentProperty this[int index] { get; }
Parameters
Type Name Description
int index
Property Value
Type Description
IDocumentProperty

IDocumentProperty