AddUnboundRows Method (SheetView)
In This Topic
Adds unbound rows to the data model for a sheet.
Syntax
'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)
public void AddUnboundRows(
int ,
int
)
Parameters
- row
- Row index at which to start adding rows
- count
- Number of rows to add
See Also