'Declaration Public Sub SetDataSource( _ ByVal dataSource As System.Object, _ ByVal reset As System.Boolean _ )
'Usage Dim instance As Worksheet Dim dataSource As System.Object Dim reset As System.Boolean instance.SetDataSource(dataSource, reset)
public void SetDataSource( System.object dataSource, System.bool reset )
Parameters
- dataSource
- the data source that populates the sheet
- reset
- bool value that indicates whether to reset settings on the sheet