Represents a lane grid.
The following tables list the members exposed by the Grid type.
Name | Description | |
---|---|---|
Initializes a new instance of the Grid class. For internal use only. |
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. |
||
Returns the first column header matching the specified caption. |
||
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. |
||
Gets a value indicating whether grid cells' text can be in-place edited. |
||
Gets a value indicating whether users can resize the headers of the grid interactively. |
||
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 columns in the grid. |
||
Gets the number of levels of the column headers. |
||
Returns the bounding rectangle of all column headers. |
||
Gets the collection with the topmost column headers. |
||
Gets an array with float values specifying the heights of individual column levels. |
||
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. |
||
Gets a value indicating whether lane headers appear at the top of the z-order above all other items. |
||
Gets a value indicating whether headers will be anchored to the corresponding side (that is, the column header anchored to the top side and the row header anchored to the left side). |
||
Gets the offset of the lane grid from the left side of the document bounds. |
||
Gets the minimum size of a header. |
||
Returns the row header with the specified index from the bottommost row header level. |
||
Gets the number of rows in the grid. |
||
Gets the number of levels of the row headers. |
||
Returns the bounding rectangle of all row headers. |
||
Gets the collection with the topmost row headers. |
||
Gets an array with float values specifying the widths of individual row levels. |
||
Returns the 0-based index of the specified row. Only works for bottommost headers. If the specified row is a group header, returns -1; |
||
Gets the default style of the grid. |
||
Gets the style of the area above all row headers and to the left of all column headers. |
||
Gets the text displayed in the top left area. |
||
Gets the offset of the lane grid from the top side of the document bounds. |
||
Gets the total height of all column headers. |
||
Gets the total width of all row headers. |
||
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. |
||
Sets a value indicating whether grid cells' text can be in-place edited. |
||
Sets a value indicating whether users can resize the headers of the grid interactively. |
||
Gets the number of columns in the grid. |
||
Sets an array with float values specifying the heights of individual column levels. |
||
Sets a value indicating whether lane headers appear at the top of the z-order above all other items. |
||
Sets a value indicating whether headers will be anchored to the corresponding side (that is, the column header anchored to the top side and the row header anchored to the left side). |
||
Sets the offset of the lane grid from the left side of the document bounds. |
||
Sets the minimum size of a header. |
||
Sets the number of rows in the grid. |
||
Sets an array with float values specifying the widths of individual row levels. |
||
Sets the style of the area above all row headers and to the left of all column headers. |
||
Sets the text displayed in the top left area. |
||
Sets the offset of the lane grid from the top side of the document bounds. |