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 Column { get; set; } |
| Visual Basic |
|---|
Public Property Column As Integer Get Set |
| JScript |
|---|
function get Column () : int function set Column (value : int) |