I am trying to write a tool in C# and am having difficulty with the ImportData method.
Can anybody see something wrong with this piece of codeCode:axMappointControl1.ActiveMap.DataSets.ImportData("c:\\filename.xls",null ,MapPoint.GeoCountry.geoCountryUnitedKingdom,MapPoint.GeoDelimiter.geoDelimiterDefault,MapPoint.GeoImportFlags.geoImportExcelSheet);