次の方法で共有


Cell.Height プロパティ

定義

指定したオブジェクトの高さをポイント単位で設定します (特に記載がない限り)。

public:
 property float Height { float get(); void set(float value); };
public float Height { get; set; }
member this.Height : single with get, set
Public Property Height As Single

プロパティ値

注釈

指定した HeightRule 行のプロパティが wdRowHeightAuto の場合、 HeightwdUndefined を返します。 Height プロパティを設定すると HeightRulewdRowHeightAtLeast に設定されます。

適用対象