Spread Windows Forms 15.0
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / Alignment Structure / RelativeIndent Property


In This Topic
    RelativeIndent Property
    In This Topic
    Gets or sets the additional number of spaces of indentation to adjust for text in a cell.
    Syntax
    'Declaration
     
    
    Public Property RelativeIndent As Integer
    'Usage
     
    
    Dim instance As Alignment
    Dim value As Integer
     
    instance.RelativeIndent = value
     
    value = instance.RelativeIndent
    public int RelativeIndent {get; set;}

    Property Value

    An integer value represents the additional number of spaces of indentation to adjust for text in a cell.
    See Also