Introduced in build 7.1.0.1855
Description
Imports data from a SharePoint List to cells in the worksheet. The new data will overwrite values and formulas in the target worksheet cells, but existing formatting will be preserved.
C#
vb.net
Parameters
worksheet
The current Worksheet object which is calling ImportDatacell
The cell at which to start entering the imported values.list
SharePoint List to use as a data source for the Area starting at the given cellprops
A DataImportProperties object that contains a set of properties that will determine the behavior of the data import.Returns
An Area object representing the set of cells populated with the imported values.Remarks
Examples
C#
vb.net