For internal use only. Not for customer use.

Indicates the position of a child object within a parent. This property is only used if the parent of this element is a Grid.

Namespace: Ico.Gwx
Assembly: GwxConfigCore (in GwxConfigCore.dll) Version: 10.97.212.0 (10.97.212.00)

Syntax

C#
public int RowSpan { get; set; }
Visual Basic
Public Property RowSpan As Integer
	Get
	Set
JScript
function get RowSpan () : int
function set RowSpan (value : int)

See Also