[]
        
(Showing Draft Content)

C1.Win.C1FlexGrid.RowColCollection

RowColCollection Class

Base class for grid row and column collections (RowCollection and ColumnCollection classes).

Inheritance
RowColCollection
Implements
Namespace: C1.Win.C1FlexGrid
Assembly: C1.Win.C1FlexGrid.4.8.dll
Syntax
public abstract class RowColCollection : IEnumerable

Constructors

Name Description
RowColCollection()

Properties

Name Description
Count

Gets or sets the number of rows or columns in the collection.

DefaultSize

Gets or sets the default size of the rows or columns in the collection (in pixels).

Fixed

Gets or sets the number of fixed rows or columns in the collection.

Frozen

Gets or sets the number of frozen rows or columns in the collection.

Grid

Gets a reference to the C1FlexGridBase control that owns this collection.

MaxSize

Gets or sets the maximum size for rows and columns in the collection.

MinSize

Gets or sets the minimum size for rows and columns in the collection.

Methods

Name Description
Contains(RowCol)

Determines whether the collection contains a given row or column.

GetNext(int)

Gets the index of the next visible row or column.

GetPrevious(int)

Gets the index of the previous visible row or column.

Move(int, int)

Moves a row or column to a new position in the collection.

MoveRange(int, int, int)

Moves a range of rows or columns to a new position in the collection.

Update()

Updates the position of rows or columns.