Search
Grid Methods
 


 Public Methods

  Name Description

FindColumn

Returns the first column header matching the specified caption.

FindRow

Finds the first row whose header caption matches the specified string.

GetCellBounds

Overloaded. Returns the bounding rectangle of a cell.

GetCellColumn

Returns the column index of the specified cell.

GetCellFromPoint

Gets the cell located at the specified point.

GetCellRow

Returns the row index of the specified cell.

GetColumn

Returns the column header with the specified index from the bottommost column header level.

GetColumnCount

Returns the number of columns in the bottommost column header level.

GetColumnHeaderBounds

Returns the bounding rectangle of all column headers.

GetColumnIndex

Returns the 0-based index of the specified column.

GetHeaderBounds

Returns the bounding rectangle of the specified header.

GetHeaderFromPoint

Overloaded. Gets the Header that is located at the specified point.

GetHeaderLevel

Gets the level of the specified header.

GetHeaderParent

Returns the header containing the specified header, or null, if the header is a top-level header.

GetRow

Returns the row header with the specified index from the bottommost row header level.

GetRowCount

Returns the number of rows in the bottommost row header level.

GetRowHeaderBounds

Returns the bounding rectangle of all row headers.

GetRowIndex

Returns the 0-based index of the specified row.

InsertAfter

Inserts a new header after the specified header and returns a reference to it.

InsertBefore

Inserts a new header before the specified header and returns a reference to it.

RaiseHeaderAdded

Raises the HeaderAdded event from outside the lane grid.

RaiseHeaderResized

Raises the HeaderResized event from outside the lane grid.

RaiseHeaderStartResizing

Raises the HeaderStartResizing event from outside the lane grid.

ResizeColumnHeaderHeights

Resizes the heights of all column headers from the specified level with the specified amount.

ResizeRowHeaderWidths

Resizes the widths of all row headers from the specified level with the specified amount.

 See Also