Parameters
- row
- Row index at which to start adding rows
- count
- Number of rows to add
This creates a row of blank cells that is not bound to the data set and does not affect the data set. An unbound row does not inherently appear or behave differently from bound rows.
The unbound row is added to the models using the IUnboundRowSupport interface.
If you subsequently need to add an unbound row to the bound data set, use AddRowToDataSource method.
For more information, refer to Adding an Unbound Row.
SheetView Class
SheetView Members
AddRowToDataSource Method
IUnboundRowSupport Interface