'宣言
Public Property Column As System.Nullable(Of Integer)
public System.Nullable<int> Column {get; set;}
解説
The default value is Null, which means that a default column position is not changed. Setting it to a non-null value forces AutoDistributionGrid to place the child element in the specified column position.