Spread Windows Forms 12.0 Product Documentation
Indent Property (Alignment)


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

Reference

Alignment Structure
Alignment Members