Spread Windows Forms 12.0 Product Documentation
OutlineLevel Property


GrapeCity.Spreadsheet Assembly > GrapeCity.Spreadsheet Namespace > IRange Interface : OutlineLevel Property
Gets or sets the current outline level of the specified row or column.
Syntax
'Declaration
 
Property OutlineLevel As Integer
'Usage
 
Dim instance As IRange
Dim value As Integer
 
instance.OutlineLevel = value
 
value = instance.OutlineLevel
int OutlineLevel {get; set;}

Property Value

An integer value represents the current outline level of the specified row or column.
See Also

Reference

IRange Interface
IRange Members