Share via


CellFormat.AddIndent プロパティ

定義

True の 場合、セル内のテキストの配置が水平方向または垂直方向に等しい分布に設定されている場合に、テキストが自動的にインデントされます。

public:
 property System::Object ^ AddIndent { System::Object ^ get(); void set(System::Object ^ value); };
public object AddIndent { get; set; }
Public Property AddIndent As Object

プロパティ値

注釈

テキストの配置を等しい分布に設定するには、プロパティのVerticalAlignment値が xlVertical の場合はプロパティを xlVAlignDistributed に設定し、Orientation プロパティのOrientation値が xlHorizontal の場合は xlHAlignDistributed にプロパティを設定HorizontalAlignmentできます。

適用対象