[]
        
(Showing Draft Content)

FarPoint.Win.Spread.NamedObjectCollection-1.Item

this Property

this[string]

Gets or sets the element with the specified name.

Declaration
public virtual T this[string name] { get; set; }
Public Overridable Default Property Item(name As String) As T
Parameters
Type Name Description
string name

The item's name.

Property Value
Type Description
T

An INamedObject value that indicates the specified item.

Exceptions
Type Condition
ArgumentNullException

The assigned value is null.

ArgumentException

The item associated with the name cannot be found.