Name | Description | |
---|---|---|
Adds the specified header to the grid as a new column header. |
||
Adds the specified header to the grid as a new row header. |
||
Finds the first column whose header caption matches the specified string. |
||
Finds the first row whose header caption matches the specified string. |
||
Gets the cell or the cluster of cells corresponding to the specified row and column. |
||
Returns the bounding rectangle of the specified cell. |
||
Returns the column index of the specified cell. |
||
Gets the cell located at the specified point. |
||
Returns the row index of the specified cell. |
||
Returns the column header with the specified index from the bottommost column header level. |
||
Gets the number of levels of the column headers. |
||
Returns the 0-based index of the specified column. Only works for bottommost headers. If the specified column is a group header, returns -1. |
||
Returns the bounding rectangle of the specified header. |
||
Gets the Header that is located at the specified point. |
||
Returns the row header with the specified index from the bottommost row header level. |
||
Gets the number of levels of the row headers. |
||
Returns the 0-based index of the specified row. Only works for bottommost headers. If the specified row is a group header, returns -1; |
||
Deserializes the lane grid from the specified XML element. |
||
Removes the specified column header and all of its associated cells from the grid. |
||
Removes the specified row header and all of its associated cells from the grid. |
||
Serializes the lane grid to the specified XML element. |