GetColumnRangeGroupHeight Method (FpSpread)
In This Topic
Gets the height of the column range group.
Syntax
'Declaration
Public Function GetColumnRangeGroupHeight() As Integer
'Usage
Dim instance As FpSpread
Dim value As Integer
value = instance.GetColumnRangeGroupHeight()
public int GetColumnRangeGroupHeight()
Return Value
Height of the column range group.
See Also