次の方法で共有


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

適用対象