Range.AddIndent Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Determines if text is automatically indented when the text alignment in a cell is set to equal distribution either horizontally or vertically.
public:
property System::Object ^ AddIndent { System::Object ^ get(); void set(System::Object ^ value); };
public object AddIndent { get; set; }
Public Property AddIndent As Object
Property Value
Remarks
This property returns True if text is automatically indented when the text alignment in a cell is set to equal distribution either horizontally or vertically.
To set text alignment to equal distribution, you can set the VerticalAlignment property to xlVAlignDistributed when the value of the Orientation property is xlVertical, and you can set the HorizontalAlignment property to xlHAlignDistributed when the value of the Orientation property is xlHorizontal.