Spread WinForms 15
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / SpreadView Class / GetColumnRangeGroupHeight() Method


In This Topic
GetColumnRangeGroupHeight() Method
In This Topic
Gets the height of the column range group.
Syntax
'Declaration
 
Public Function GetColumnRangeGroupHeight() As Integer
 
'Usage
 
Dim instance As SpreadView
Dim value As Integer
 
value = instance.GetColumnRangeGroupHeight()

Return Value

Height of the column range group.
See Also