Introduced in build 7.1.0.1855
Description
Imports data from a SharePoint View to the specified Area. The new data will overwrite values and formulas in the target worksheet cells, but existing formatting will be preserved.
C#
vb.net
Parameters
area
The current Area object which is calling ImportDataview
SharePoint View to use as a data source for the Arealist
SharePoint List associated with the SharePoint ViewReturns
AnArea
object representing the set of cells populated with the imported values.
Remarks
Examples
C#
vb.net