[]
        
(Showing Draft Content)

FarPoint.Win.Spread.Data.SpreadDataRowView.Item

this Property

this[string]

Gets or sets the object with the specified property name.

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

this[int]

Gets or sets the object at the specified index.

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