Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


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

public Rect GetCellRect(int visibleColumnIndex, Rect rowRect)

Parameters

visibleColumnIndex


rowRect

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.