Imports data from an to the specified Area. The new data will overwrite values and formulas in the target worksheet cells, but existing formatting will be preserved.
public Area ImportData(System.Data.IDataReader data)
Public Function ImportData(ByVal data As System.Data.IDataReader) As Area