Spread WinForms 15
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)

Parameters

sheet
SummaryRowBelow
SummaryColumnRight
See Also