[]
        
(Showing Draft Content)

GrapeCity.Documents.Excel.INames.Item

this Property

this[string]

Returns the IName object from a collection.

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

Specifies the name of an element in the collection.

Property Value
Type Description
IName

Returns IName.

this[int]

Returns the IName object from a collection.

Declaration
IName this[int index] { get; }
Parameters
Type Name Description
int index

Specifies the index of an element in the collection.

Property Value
Type Description
IName

Returns IName