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# 
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
count
Int32

Return Value

Boolean

See Also