Click here to Skip to main content
15,887,027 members
Home / Discussions / C#
   

C#

 
SuggestionRe: excel listview c# Pin
Eddy Vluggen15-Oct-14 9:00
professionalEddy Vluggen15-Oct-14 9:00 
GeneralRe: excel listview c# Pin
Kalay1619-Oct-14 20:36
Kalay1619-Oct-14 20:36 
GeneralRe: excel listview c# Pin
Eddy Vluggen20-Oct-14 1:57
professionalEddy Vluggen20-Oct-14 1:57 
GeneralRe: excel listview c# Pin
Kalay1620-Oct-14 2:54
Kalay1620-Oct-14 2:54 
GeneralRe: excel listview c# Pin
Eddy Vluggen20-Oct-14 5:27
professionalEddy Vluggen20-Oct-14 5:27 
GeneralRe: excel listview c# Pin
Kalay1620-Oct-14 20:50
Kalay1620-Oct-14 20:50 
GeneralRe: excel listview c# Pin
Eddy Vluggen21-Oct-14 2:25
professionalEddy Vluggen21-Oct-14 2:25 
GeneralRe: excel listview c# Pin
Kalay1621-Oct-14 2:59
Kalay1621-Oct-14 2:59 
for (int i = 0; i < 10; i++)
{
var cell = (Microsoft.Office.Interop.Excel.Range)excelWorksheet.Cells[i, 3];
listView1.Items.Add(Convert.ToString(cell.Value));

}

0x800A03EC

Check the ErrorCode property of the exception to determine the HRESULT returned by the COM object.


Gave such an error .In line count of 103.My range of cells B5:B35.



There are compatibility issues .Therefore, I am having a lot of errors.
GeneralRe: excel listview c# Pin
Eddy Vluggen21-Oct-14 5:35
professionalEddy Vluggen21-Oct-14 5:35 
GeneralRe: excel listview c# Pin
Kalay1621-Oct-14 8:13
Kalay1621-Oct-14 8:13 
GeneralRe: excel listview c# Pin
Eddy Vluggen22-Oct-14 5:24
professionalEddy Vluggen22-Oct-14 5:24 
GeneralRe: excel listview c# Pin
Kalay1622-Oct-14 18:20
Kalay1622-Oct-14 18:20 
GeneralRe: excel listview c# Pin
Kalay1622-Oct-14 18:20
Kalay1622-Oct-14 18:20 
GeneralRe: excel listview c# Pin
Eddy Vluggen24-Oct-14 1:39
professionalEddy Vluggen24-Oct-14 1:39 
GeneralRe: excel listview c# Pin
Kalay1624-Oct-14 10:23
Kalay1624-Oct-14 10:23 
GeneralRe: excel listview c# Pin
Eddy Vluggen27-Oct-14 9:01
professionalEddy Vluggen27-Oct-14 9:01 
QuestionXML Serialization, Xpath and SelectNodes Pin
Member 1093483614-Oct-14 22:11
Member 1093483614-Oct-14 22:11 
AnswerRe: XML Serialization, Xpath and SelectNodes Pin
Gerry Schmitz15-Oct-14 10:43
mveGerry Schmitz15-Oct-14 10:43 
QuestionC # application launch problem by connecting with a database Informix ODBC. Pin
Ibrahim.elh14-Oct-14 20:47
Ibrahim.elh14-Oct-14 20:47 
AnswerRe: C # application launch problem by connecting with a database Informix ODBC. Pin
Manfred Rudolf Bihy15-Oct-14 0:34
professionalManfred Rudolf Bihy15-Oct-14 0:34 
QuestionC# Pin
Member 1114850614-Oct-14 19:04
Member 1114850614-Oct-14 19:04 
AnswerRe: C# Pin
OriginalGriff14-Oct-14 20:10
mveOriginalGriff14-Oct-14 20:10 
GeneralRe: C# Pin
BillWoodruff14-Oct-14 22:02
professionalBillWoodruff14-Oct-14 22:02 
GeneralRe: C# Pin
OriginalGriff14-Oct-14 22:10
mveOriginalGriff14-Oct-14 22:10 
GeneralMy Vote of one Pin
Wayne Gaylard14-Oct-14 22:28
professionalWayne Gaylard14-Oct-14 22:28 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.