GetCellRect(int, Rect)
Calculates a cell rect for a column and row using the visibleColumnIndex and rowRect parameters.
Read time 1 minuteLast updated 12 days ago
Definition
- Type: Method
- Namespace: UnityEditor.IMGUI.Controls
- Assembly: UnityEditor.CoreModule
public Rect GetCellRect(int visibleColumnIndex, Rect rowRect)
Parameters
Returns
Type | Description |
|---|---|
| Rect |
Remarks
Note that columns can be hidden so to get the visible column index from a column index use the method: MultiColumnHeader.GetVisibleColumnIndex.