[]
        
(Showing Draft Content)

C1.Win.TrueDBGrid.SplitCollection

SplitCollection Class

Represents a collection of Split objects.

Inheritance
SplitCollection
Namespace: C1.Win.TrueDBGrid
Assembly: C1.Win.TrueDBGrid.8.dll
Syntax
public class SplitCollection : CollectionBase, IList, ICollection, IEnumerable, IMemberTypeEncoder

Properties

Name Description
ColCount

Gets the number of horizontal splits in the collection.

this[int]

Gets the specified Split object from the collection.

this[int, int]

Gets the specified Split object from the collection.

this[string]

Gets the specified Split object from the collection.

RowCount

Gets the number of vertical splits in the collection.

Methods

Name Description
IndexOf(View)

Gets the index if the specified Split.

OnInsert(int, object)