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

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
count
Int32
outlineLevel
Int32
visible
Boolean

See Also