[]
        
(Showing Draft Content)

FarPoint.Win.Spread.CustomIconContainer.Item

this Property

this[int]

Gets or sets an icon object at the specified index.

Declaration
public Icon this[int index] { get; set; }
Public Default Property Item(index As Integer) As Icon
Parameters
Type Name Description
int index

Index value

Property Value
Type Description
Icon

The icon object with the specified index

this[string]

Gets or sets an icon object using the specified name.

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

Name

Property Value
Type Description
Icon

The icon object with the specified name