MindFusion.Wpf Pack Programmer's Guide
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 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.

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

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.

GetRowHeaderBounds

Returns the bounding rectangle of all row headers.

GetRowIndex

Returns the 0-based index of the specified row.

Insert

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

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.

 See Also

Grid Class
MindFusion.Diagramming.Wpf.Lanes Namespace