[]
        
(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; }
ReadOnly Default Property Item(name As String) As IName
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; }
ReadOnly Default Property Item(index As Integer) As IName
Parameters
Type Name Description
int index

Specifies the index of an element in the collection.

Property Value
Type Description
IName

Returns IName