Spread Windows Forms 12.0 Product Documentation
IndentLevel Property (DisplayFormat)


GrapeCity.Spreadsheet Assembly > GrapeCity.Spreadsheet Namespace > DisplayFormat Class : IndentLevel Property
Returns a value that represents the indent level of the associated IRange object as it is displayed in the current user interface.
Syntax
'Declaration
 
Public ReadOnly Property IndentLevel As Integer
'Usage
 
Dim instance As DisplayFormat
Dim value As Integer
 
value = instance.IndentLevel
public int IndentLevel {get;}

Property Value

The indent level of the associated IRange object.
See Also

Reference

DisplayFormat Class
DisplayFormat Members