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.GwxAssembly: GwxConfigCore (in GwxConfigCore.dll) Version: 10.97.212.0 (10.97.212.00)
Syntax
C# |
---|
public int Row { get; set; } |
Visual Basic |
---|
Public Property Row As Integer Get Set |
JScript |
---|
function get Row () : int function set Row (value : int) |