Scheduler for WPF
Column プロパティ (DistributionInfo)

C1.WPF.Schedule アセンブリ > C1.WPF.Schedule 名前空間 > DistributionInfo クラス : Column プロパティ
Gets or sets a column number where the element described by the DistributionInfo will be placed.
シンタックス
'宣言
 
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.
参照

DistributionInfo クラス
DistributionInfo メンバ