Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / Alignment Structure / Indent Property


In This Topic
    Indent Property (Alignment)
    In This Topic
    Gets or sets the number of spaces (of the normal style font) of indentation for text in a cell.
    Syntax
    'Declaration
     
    
    Public Property Indent As Integer
    'Usage
     
    
    Dim instance As Alignment
    Dim value As Integer
     
    instance.Indent = value
     
    value = instance.Indent
    public int Indent {get; set;}

    Property Value

    An integer value represents the number of spaces (of the normal style font) of indentation for text in a cell.
    See Also