AddUnboundRows Method (SheetView)
Adds unbound rows to the data model for a sheet.
public void AddUnboundRows(
int ,
int
)
'Declaration
Public Sub AddUnboundRows( _
ByVal As Integer, _
ByVal As Integer _
)
'Usage
Dim instance As SheetView
Dim row As Integer
Dim count As Integer
instance.AddUnboundRows(row, count)
Parameters
- row
- Row index at which to start adding rows
- count
- Number of rows to add