[]
        
(Showing Draft Content)

C1.Win.TrueDBGrid.SplitCollection.Item

this Property

this[int]

Gets the specified Split object from the collection.

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

this[string]

Gets the specified Split object from the collection.

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

this[int, int]

Gets the specified Split object from the collection.

Declaration
public Split this[int row, int col] { get; set; }
Public Default Property Item(row As Integer, col As Integer) As Split
Parameters
Type Name Description
int row
int col