Range.IndentLevel 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.
Returns or sets the indent level for the cell or range.
public:
property System::Object ^ IndentLevel { System::Object ^ get(); void set(System::Object ^ value); };
public object IndentLevel { get; set; }
Public Property IndentLevel As Object
Property Value
Remarks
The indent level can be an integer from 0 to 15.
Using this property to set the indent level to a number less than 0 (zero) or greater than 15 causes an error.