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


In This Topic
    Indent Property (ExcelXMLStyle)
    In This Topic
    Gets or sets the indent.
    Syntax
    'Declaration
     
    
    Public Property Indent As Integer
    'Usage
     
    
    Dim instance As ExcelXMLStyle
    Dim value As Integer
     
    instance.Indent = value
     
    value = instance.Indent
    public int Indent {get; set;}
    See Also