'Declaration Public Sub InsertRows( _ ByVal rowIndexThe index of the first row, where rows must be inserted. As System.Int32, _ ByVal countThe count of rows to insert. As System.Int32 _)
public void InsertRows( System.Int32 rowIndex, System.Int32 count)
public: void InsertRows( System.Int32 rowIndex, System.Int32 count)
public:void InsertRows( System.Int32 rowIndex, System.Int32 count)
Target Platforms: .NET9; .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5
WorksheetEditor Class WorksheetEditor Members