[]
        
(Showing Draft Content)

FarPoint.Web.Spread.SpreadImageCollection.Item

this Property

this[string]

Gets or sets the SpreadImage object with the specified image ID.

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

this[int]

Gets or sets the SpreadImage object at the specified index.

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

The Spread image at the specified index.