Group rows from specified number of rows

Namespace: Spire.Spreadsheet.Forms
Assembly: Spire.Spreadsheet (in Spire.Spreadsheet.dll) Version: 3.7.1.8020

Syntax

            
 C#  Visual Basic  Visual C++  F# 
void GroupRows(
	int firstRow,
	int count,
	int outlineLevel,
	bool visible
)
Sub GroupRows ( 
	firstRow As Integer,
	count As Integer,
	outlineLevel As Integer,
	visible As Boolean
)
void GroupRows(
	int firstRow, 
	int count, 
	int outlineLevel, 
	bool visible
)
abstract GroupRows : 
        firstRow : int * 
        count : int * 
        outlineLevel : int * 
        visible : bool -> unit 

Parameters

firstRow
Int32
number of rows to start group.
count
Int32
numbers of column to be grouped.
outlineLevel
Int32
outlineLevel
visible
Boolean
visible.

See Also