Insert rows

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

Syntax

            
 C#  Visual Basic  Visual C++  F# 
public bool InsertRows(
	int rowIndex,
	int count
)
Public Function InsertRows ( 
	rowIndex As Integer,
	count As Integer
) As Boolean
public:
bool InsertRows(
	int rowIndex, 
	int count
)
member InsertRows : 
        rowIndex : int * 
        count : int -> bool 

Parameters

rowIndex
Int32
row index.
count
Int32

Return Value

Boolean

See Also