Spread WinForms 15
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

Property Value

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