GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / IRange Interface / OutlineLevel Property


In This Topic
OutlineLevel Property
In This Topic
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

Property Value

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