'宣言 Public Property PreferredWidth As Nullable(Of Single)
public Nullable<float> PreferredWidth {get; set;}
このプロパティは、Layout プロパティが 'Fixed' に設定されている場合にのみ有効です。
コンシューマーは現在のテーブル レイアウト アルゴリズムに基づいてこの値をオーバーライドする可能性があるため、値は最適であると見なされます。
関連する WordDocumentWriter の Unit プロパティによって定義されるプロパティの値を表すために使用されるの単位。
PreferredWidth プロパティおよび PreferredWidthAsPercentage プロパティは相互に排他的です。PreferredWidth プロパティが優先されるため、両方のプロパティが明示的に設定された場合、PreferredWidthAsPercentage プロパティは使用できません。