Spread Windows Forms 15.0
FarPoint.Excel Assembly / FarPoint.Excel Namespace / ExcelXFormat Class / Indent Property


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