Spread WinForms 15
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / IRangeGroupModel Interface / GetOutLineLevel Method
Whether the outline (range group) is of rows
Index


In This Topic
GetOutLineLevel Method (IRangeGroupModel)
In This Topic
Gets the outline level of the specified index of the outline (range group).
Syntax
'Declaration
 
Function GetOutLineLevel( _
   ByVal isRowGroup As Boolean, _
   ByVal index As Integer _
) As Byte
 
'Usage
 
Dim instance As IRangeGroupModel
Dim isRowGroup As Boolean
Dim index As Integer
Dim value As Byte
 
value = instance.GetOutLineLevel(isRowGroup, index)

Parameters

isRowGroup
Whether the outline (range group) is of rows
index
Index
See Also