次の方法で共有


Cells.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 に設定されます。

適用対象