Spread WPF 17
GrapeCity.Excel Namespace / AlignmentBlock Class / IndentationLevel Property


In This Topic
    IndentationLevel Property (AlignmentBlock)
    In This Topic
    Gets or sets the indent level of the alignment.
    Syntax
    'Declaration
     
    Public Property IndentationLevel As Byte
    'Usage
     
    Dim instance As AlignmentBlock
    Dim value As Byte
     
    instance.IndentationLevel = value
     
    value = instance.IndentationLevel
    public byte IndentationLevel {get; set;}

    Property Value

    The indent level of the alignment
    See Also