Spread Windows Forms 12.0 Product Documentation
IndentLevel Property (IStyle)


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

Property Value

An integer value represents the indent level.
See Also

Reference

IStyle Interface
IStyle Members