[]
        
(Showing Draft Content)

GrapeCity.Spreadsheet.INames.Item

this Property

this[string, IWorksheet]

Gets the defined name by the specified name.

Declaration
IName this[string name, IWorksheet worksheet = null] { get; }
ReadOnly Default Property Item(name As String, worksheet As IWorksheet = Nothing) As IName
Parameters
Type Name Description
string name

A string value indicates the name of the defined name.

IWorksheet worksheet

An object indicates what the defined name refers to.

Property Value
Type Description
IName

An IName object contained by the collection.