[]
Gets or sets the SpreadImage object with the specified image ID.
public SpreadImage this[string id] { get; set; }
Public Default Property Item(id As String) As SpreadImage
Type | Name | Description |
---|---|---|
string | id |
Gets or sets the SpreadImage object at the specified index.
public SpreadImage this[int index] { get; set; }
Public Default Property Item(index As Integer) As SpreadImage
Type | Name | Description |
---|---|---|
int | index |
Type | Description |
---|---|
SpreadImage | The Spread image at the specified index. |