Insert rows
Namespace: Spire.Spreadsheet.FormsAssembly: Spire.Spreadsheet (in Spire.Spreadsheet.dll) Version: 3.7.1.8020
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