Spread Windows Forms 12.0 Product Documentation
ClearRangeGroup Method (IRangeGroupSupport)


FarPoint.Win.Spread Assembly > FarPoint.Win.Spread Namespace > IRangeGroupSupport Interface : ClearRangeGroup Method
Whether the outline (range group) is of rows
Removes an outline (range group).
Syntax
'Declaration
 
Sub ClearRangeGroup( _
   ByVal isRowGroup As Boolean _
) 
'Usage
 
Dim instance As IRangeGroupSupport
Dim isRowGroup As Boolean
 
instance.ClearRangeGroup(isRowGroup)
void ClearRangeGroup( 
   bool isRowGroup
)

Parameters

isRowGroup
Whether the outline (range group) is of rows
See Also

Reference

IRangeGroupSupport Interface
IRangeGroupSupport Members