Xceed Workbooks for .NET v3.0 Documentation
Xceed.Workbooks.NET Assembly / Xceed.Workbooks.NET Namespace / Alignment Class / IndentLevel Property


In This Topic
    IndentLevel Property (Alignment)
    In This Topic
    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