Spread Windows Forms 15.0
FarPoint.Excel Assembly / FarPoint.Excel Namespace / IExcelRangeGroupSupport Interface / ExcelSetRangeGroupButton Method


In This Topic
    ExcelSetRangeGroupButton Method
    In This Topic
    Set RangeGroupButton aligment for sheet
    Syntax
    'Declaration
     
    
    Function ExcelSetRangeGroupButton( _
       ByVal sheet As Short, _
       ByVal SummaryRowBelow As Boolean, _
       ByVal SummaryColumnRight As Boolean _
    ) As Boolean
    'Usage
     
    
    Dim instance As IExcelRangeGroupSupport
    Dim sheet As Short
    Dim SummaryRowBelow As Boolean
    Dim SummaryColumnRight As Boolean
    Dim value As Boolean
     
    value = instance.ExcelSetRangeGroupButton(sheet, SummaryRowBelow, SummaryColumnRight)
    bool ExcelSetRangeGroupButton( 
       short sheet,
       bool SummaryRowBelow,
       bool SummaryColumnRight
    )

    Parameters

    sheet
    SummaryRowBelow
    SummaryColumnRight
    See Also