Spread Windows Forms 15.0
FarPoint.Excel Assembly / FarPoint.Excel Namespace / IExcelXF Interface / Indent Property


In This Topic
    Indent Property (IExcelXF)
    In This Topic
    Indent
    Syntax
    'Declaration
     
    
    Property Indent As Byte
    'Usage
     
    
    Dim instance As IExcelXF
    Dim value As Byte
     
    instance.Indent = value
     
    value = instance.Indent
    byte Indent {get; set;}
    See Also