AddRowToDataSource Method (SheetView)
Adds the unbound row to the data source for a sheet.
public void AddRowToDataSource(
int ,
bool
)
'Declaration
Public Sub AddRowToDataSource( _
ByVal As Integer, _
ByVal As Boolean _
)
'Usage
Dim instance As SheetView
Dim row As Integer
Dim autoFillData As Boolean
instance.AddRowToDataSource(row, autoFillData)
Parameters
- row
- Row index at which to add row
- autoFillData
- Whether to automatically fill the row with data