Public Shared Function ImportData(ByVal area As Area, ByVal view As Microsoft.SharePoint.SPView, ByVal list As Microsoft.SharePoint.SPList) As Area
{signature}
{parameters}
{param:area}The current Area object which is calling ImportData
{param}
{param:view}SharePoint View to use as a data source for the Area
{param}
{param:list}SharePoint List associated with the SharePoint View{param}
{returns}An {{Area}} object representing the set of cells populated with the imported values.{returns}
{remarks}
{note}This is an extension method for the Area object to be used for binding SharePoint data to spreadsheets from within SharePoint. To use this method, you must add a reference to |