Inserts a Row at the specified index.

Syntax

ISExcelRows.Insert(index, [rowCount], [copyFromIndex])

Parameters

NameTypeOptionalByRefDescription
index Integer The one-based index to insert at.
rowCount Integer Optional The number of Rows to add. If omitted, a value of 1 is assumed.
copyFromIndex Integer Optional Optionally specify a Row to copy from. If not specified will create a blank Row. If omitted, a value of 0 is assumed.

Return Value

Boolean
Member of:
ISExcelRows
Namespace:
Intersoft.ISSupport6
Assembly:
ISSupport6, Version=6.0.3
Target Framework:
.NET 9.0