Click or drag to resize

UserInterfaceGridCell Method

Control in a cell by row and column, or null when that cell is empty. The grid has to have been added to a document for this to find anything, since it is the native grid that knows which cell a child ended up in.

Namespace:  Rhino.UI
Assembly:  RhinoCommon (in RhinoCommon.dll)
Since: 9.0
Syntax
public UserInterfaceControl Cell(
	int row,
	int column
)

Parameters

row
Type: SystemInt32

[Missing <param name="row"/> documentation for "M:Rhino.UI.UserInterfaceGrid.Cell(System.Int32,System.Int32)"]

column
Type: SystemInt32

[Missing <param name="column"/> documentation for "M:Rhino.UI.UserInterfaceGrid.Cell(System.Int32,System.Int32)"]

Return Value

Type: UserInterfaceControl

[Missing <returns> documentation for "M:Rhino.UI.UserInterfaceGrid.Cell(System.Int32,System.Int32)"]

See Also