Xceed Workbooks for .NET v2.0 Documentation
IndentLevel Property (Alignment)


Xceed.Workbooks.NET Assembly > Xceed.Workbooks.NET Namespace > Alignment Class : IndentLevel Property
Gets or sets the indentation for the content of the Cell.
Syntax
'Declaration
 
Public Property IndentLevel As Integer
'Usage
 
Dim instance As Alignment
Dim value As Integer
 
instance.IndentLevel = value
 
value = instance.IndentLevel
public int IndentLevel {get; set;}
Remarks

Valid values range from 0 to 250, inclusively.

Note that this property is only compatible with the Left, Right or Distributed HorizontalAlignment values; when no value is set, Left will always be used.

Also note that when a value is set for IndentLevel, the value of the RotationAngle property will be ignored; both properties are mutually exclusive.  

Requirements

Target Platforms: Windows 11, Windows 10, Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

Alignment Class
Alignment Members