[]
        
(Showing Draft Content)

C1.Win.C1TrueDBGrid.SplitCollection.Item

this Property

this[int]

Gets the specified Split object from the collection.

Declaration
public Split this[int index] { get; set; }
Parameters
Type Name Description
int index

this[string]

Gets the specified Split object from the collection.

Declaration
public Split this[string name] { get; }
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; }
Parameters
Type Name Description
int row
int col