Spread Windows Forms 15.0
FarPoint.Excel Assembly / FarPoint.Excel Namespace / IExcelRangeGroupSupport Interface / ExcelGetRangeGroupOption Method
True if default
True if default


In This Topic
    ExcelGetRangeGroupOption Method
    In This Topic
    Get whether RangeGroupButton alignment as default or optional
    Syntax
    'Declaration
     
    
    Function ExcelGetRangeGroupOption( _
       ByVal sheet As Short, _
       ByRef fRowSumsBelow As Boolean, _
       ByRef fColSumsRight As Boolean _
    ) As Boolean
    'Usage
     
    
    Dim instance As IExcelRangeGroupSupport
    Dim sheet As Short
    Dim fRowSumsBelow As Boolean
    Dim fColSumsRight As Boolean
    Dim value As Boolean
     
    value = instance.ExcelGetRangeGroupOption(sheet, fRowSumsBelow, fColSumsRight)
    bool ExcelGetRangeGroupOption( 
       short sheet,
       out bool fRowSumsBelow,
       out bool fColSumsRight
    )

    Parameters

    sheet
    fRowSumsBelow
    True if default
    fColSumsRight
    True if default
    See Also