Spread WPF 17
GrapeCity.Excel Namespace / ExtendedFormat Class / Indent Property


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

    Property Value

    The indent level of the alignment
    See Also