Click or drag to resize

UserInterfaceGridChildCount Property

Number of cells that have been filled, including the empty ones added with AddEmptyCell. This is not the same as ColumnCount * RowCount.

Namespace:  Rhino.UI
Assembly:  RhinoCommon (in RhinoCommon.dll)
Since: 9.0
Syntax
public int ChildCount { get; }

Property Value

Type: Int32
See Also