Spread Windows Forms 12.0 Product Documentation
IndentLevel Property (IRange)


GrapeCity.Spreadsheet Assembly > GrapeCity.Spreadsheet Namespace > IRange Interface : IndentLevel Property
Gets or sets the indent level.
Syntax
'Declaration
 
Property IndentLevel As Integer
'Usage
 
Dim instance As IRange
Dim value As Integer
 
instance.IndentLevel = value
 
value = instance.IndentLevel
int IndentLevel {get; set;}

Property Value

The indent level.
See Also

Reference

IRange Interface
IRange Members