[]
        
(Showing Draft Content)

FarPoint.Win.Spread.Data.SpreadDataColumnCollection.Item

this Property

this[int]

Gets the SpreadDataColumn at the specified index.

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

this[string]

Gets the SpreadDataColumn with the specified name.

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