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