Click here to Skip to main content
15,908,841 members
Home / Discussions / C#
   

C#

 
GeneralRe: Checkbox in datagrid Pin
Michael Sync8-Jul-07 21:23
Michael Sync8-Jul-07 21:23 
GeneralRe: Checkbox in datagrid [modified] Pin
Martin#8-Jul-07 21:29
Martin#8-Jul-07 21:29 
AnswerRe: Checkbox in datagrid Pin
razanabanu8-Jul-07 21:49
razanabanu8-Jul-07 21:49 
GeneralRe: Checkbox in datagrid Pin
pmartike8-Jul-07 22:09
pmartike8-Jul-07 22:09 
QuestionImplementing API in C# Pin
razanabanu8-Jul-07 20:35
razanabanu8-Jul-07 20:35 
AnswerRe: Implementing API in C# Pin
Michael Sync8-Jul-07 21:03
Michael Sync8-Jul-07 21:03 
QuestionReading data from Excel [modified] Pin
JamesParsons8-Jul-07 20:34
JamesParsons8-Jul-07 20:34 
AnswerRe: Reading data from Excel Pin
Jimmanuel13-Jul-07 2:56
Jimmanuel13-Jul-07 2:56 
Hopefully this is still relevant to you . . .

to do worksheet.get_Range(THE_WHOLE_ROW[i])

we use this snippet:

int lastUsedColumn = worksheet.Cells.SpecialCells(XlCellType.xlCellTypeLastCell, Type.Missing).Column;

Range firstCell = (Range)worksheet.Cells[rowNumber, 1];
Range lastCell = (Range)worksheet.Cells[rowNumber, lastUsedColumn];

Range wholeRow = worksheet.get_Range(firstCell, lastCell);

GeneralRe: Reading data from Excel Pin
JamesParsons1-Aug-07 13:58
JamesParsons1-Aug-07 13:58 
QuestionIs Switch internally eimplemnting If - Else? Pin
Blumen8-Jul-07 20:22
Blumen8-Jul-07 20:22 
AnswerRe: Is Switch internally eimplemnting If - Else? Pin
Paul Conrad13-Jul-07 12:07
professionalPaul Conrad13-Jul-07 12:07 
QuestionHi , How can Set the Parent of Control On Any Form to Desktop? Pin
CodeVarma8-Jul-07 19:33
CodeVarma8-Jul-07 19:33 
QuestionAsynchronous Web Search using Windows Live search API Pin
Zeeshan Reyaz8-Jul-07 19:31
Zeeshan Reyaz8-Jul-07 19:31 
AnswerRe: Asynchronous Web Search using Windows Live search API Pin
Zeeshan Reyaz13-Jul-07 3:13
Zeeshan Reyaz13-Jul-07 3:13 
Questionmulti threading Pin
devesh_code8-Jul-07 19:31
devesh_code8-Jul-07 19:31 
AnswerRe: multi threading Pin
Nouman Bhatti8-Jul-07 19:44
Nouman Bhatti8-Jul-07 19:44 
GeneralRe: multi threading Pin
devesh_code8-Jul-07 21:26
devesh_code8-Jul-07 21:26 
AnswerRe: multi threading Pin
Michael Sync8-Jul-07 20:09
Michael Sync8-Jul-07 20:09 
AnswerRe: multi threading Pin
Hesham Yassin9-Jul-07 22:52
Hesham Yassin9-Jul-07 22:52 
Questionhow to get external ip of my system? Pin
anu818-Jul-07 19:24
anu818-Jul-07 19:24 
AnswerRe: how to get external ip of my system? Pin
Michael Sync8-Jul-07 20:08
Michael Sync8-Jul-07 20:08 
GeneralRe: how to get external ip of my system? Pin
anu818-Jul-07 21:33
anu818-Jul-07 21:33 
GeneralRe: how to get external ip of my system? Pin
Michael Sync9-Jul-07 15:48
Michael Sync9-Jul-07 15:48 
AnswerRe: how to get external ip of my system? Pin
Vikram A Punathambekar8-Jul-07 20:11
Vikram A Punathambekar8-Jul-07 20:11 
GeneralRe: how to get external ip of my system? Pin
ruanr8-Jul-07 22:46
ruanr8-Jul-07 22:46 

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.