Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / FpSpread Class / GetRowRangeGroupWidth Method


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