Spread Windows Forms 12.0 Product Documentation
RelativeIndent Property


GrapeCity.Spreadsheet Assembly > GrapeCity.Spreadsheet Namespace > Alignment Structure : RelativeIndent Property
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

Reference

Alignment Structure
Alignment Members