Search
Grid Methods
 


 Public Methods

  Name Description

addColumnHeader

Adds the specified header to the grid as a new column header.

addRowHeader

Adds the specified header to the grid as a new row header.

findColumn

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

findRow

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

get

Gets the cell or the cluster of cells corresponding to the specified row and column.

getCellBounds

Returns the bounding rectangle of the specified 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.

getColumnDepth

Gets the number of levels of the column headers.

getColumnIndex

Returns the 0-based index of the specified column. Only works for bottommost headers. If the specified column is a group header, returns -1.

getHeaderBounds

Returns the bounding rectangle of the specified header.

getHeaderFromPoint

Gets the Header that is located at the specified point.

getRow

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

getRowDepth

Gets the number of levels of the row headers.

getRowIndex

Returns the 0-based index of the specified row. Only works for bottommost headers. If the specified row is a group header, returns -1;

loadFromXml

Deserializes the lane grid from the specified XML element.

removeColumnHeader

Removes the specified column header and all of its associated cells from the grid.

removeRowHeader

Removes the specified row header and all of its associated cells from the grid.

saveToXml

Serializes the lane grid to the specified XML element.

 See Also