'Declaration Public Sub InsertEmptyRowRange( _
ByVal worksheetThe worksheet.As Vintasoft.Imaging.Office.Spreadsheet.Document.Worksheet, _
ByVal rowIndexThe Index of the first row, where empty rows must be inserted.As System.Int32, _
ByVal rowCountThe count of rows to insert.As System.Int32 _
)
public void InsertEmptyRowRange(
Vintasoft.Imaging.Office.Spreadsheet.Document.Worksheet worksheet,
System.Int32 rowIndex,
System.Int32 rowCount
)
public: void InsertEmptyRowRange(
Vintasoft.Imaging.Office.Spreadsheet.Document.Worksheet* worksheet,
System.Int32 rowIndex,
System.Int32 rowCount
)
public:
void InsertEmptyRowRange(
Vintasoft.Imaging.Office.Spreadsheet.Document.Worksheet^ worksheet,
System.Int32 rowIndex,
System.Int32 rowCount
)
Parameters
- worksheet
- The worksheet.
- rowIndex
- The Index of the first row, where empty rows must be inserted.
- rowCount
- The count of rows to insert.