GetRowRangeGroupWidth Method (FpSpread)
In This Topic
Gets the width of the row range group.
Syntax
'Declaration
Public Function GetRowRangeGroupWidth() As Integer
'Usage
Dim instance As FpSpread
Dim value As Integer
value = instance.GetRowRangeGroupWidth()
public int GetRowRangeGroupWidth()
Return Value
Width of the row range group.
See Also