'Declaration Public Sub RemoveRowRange( _
ByVal worksheetThe worksheet.As Vintasoft.Imaging.Office.Spreadsheet.Document.Worksheet, _
ByVal rowIndexThe index of first row to remove.As System.Int32, _
ByVal rowCountThe count of rows to remove.As System.Int32 _
)
public void RemoveRowRange(
Vintasoft.Imaging.Office.Spreadsheet.Document.Worksheet worksheet,
System.Int32 rowIndex,
System.Int32 rowCount
)
public: void RemoveRowRange(
Vintasoft.Imaging.Office.Spreadsheet.Document.Worksheet* worksheet,
System.Int32 rowIndex,
System.Int32 rowCount
)
public:
void RemoveRowRange(
Vintasoft.Imaging.Office.Spreadsheet.Document.Worksheet^ worksheet,
System.Int32 rowIndex,
System.Int32 rowCount
)
Parameters
- worksheet
- The worksheet.
- rowIndex
- The index of first row to remove.
- rowCount
- The count of rows to remove.