Spread WPF 17
GrapeCity.Excel Namespace / IExtendedFormat Interface / Indent Property


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

    Property Value

    The indent level of the alignment
    See Also