Click here to Skip to main content
15,891,567 members
Home / Discussions / C#
   

C#

 
GeneralRe: .NET DashBoard Pin
AmmySA21-May-09 0:23
AmmySA21-May-09 0:23 
QuestionTime Difference calculator Pin
RogerLum20-May-09 22:07
RogerLum20-May-09 22:07 
AnswerRe: Time Difference calculator Pin
musefan20-May-09 22:10
musefan20-May-09 22:10 
AnswerRe: Time Difference calculator Pin
Simon P Stevens20-May-09 22:46
Simon P Stevens20-May-09 22:46 
QuestionHow to change the body tag attributes in c# using ? Pin
svt gdwl20-May-09 21:09
svt gdwl20-May-09 21:09 
AnswerRe: How to change the body tag attributes in c# using ? Pin
Mycroft Holmes20-May-09 21:15
professionalMycroft Holmes20-May-09 21:15 
QuestionMicrosoft.Office.Interop.Excel.Application issue [modified] Pin
AndieDu20-May-09 20:56
AndieDu20-May-09 20:56 
AnswerRe: Microsoft.Office.Interop.Excel.Application issue Pin
MumbleB20-May-09 21:40
MumbleB20-May-09 21:40 
Hi. YOu need to specify a row and Column count. I.e.
int iR, iC;
iR = 4;
iC = 1;

Now, when you write your data you do the following:

objSheet.Cells[iR, iC] = CLIENTSURNAME.Trim();
objSheet.Cells[iR, iC + 1] = CLIENTFORENAMES.Trim();
objSheet.Cells[iR, iC + 2] = TITLE.Trim();

This will move you to the next Column in the current row.


HOpe this helps

Excellence is doing ordinary things extraordinarily well.

GeneralRe: Microsoft.Office.Interop.Excel.Application issue Pin
AndieDu21-May-09 0:09
AndieDu21-May-09 0:09 
AnswerRe: Microsoft.Office.Interop.Excel.Application issue Pin
AmmySA20-May-09 22:38
AmmySA20-May-09 22:38 
GeneralRe: Microsoft.Office.Interop.Excel.Application issue Pin
AndieDu21-May-09 0:08
AndieDu21-May-09 0:08 
AnswerRe: Microsoft.Office.Interop.Excel.Application issue Pin
AndieDu21-May-09 17:28
AndieDu21-May-09 17:28 
AnswerRe: Microsoft.Office.Interop.Excel.Application issue Pin
AmmySA22-May-09 5:39
AmmySA22-May-09 5:39 
GeneralRe: Microsoft.Office.Interop.Excel.Application issue Pin
AndieDu22-May-09 16:14
AndieDu22-May-09 16:14 
QuestionC# calling unmanaged C/C++ COM method with C++ reference type Pin
Klempie20-May-09 20:44
Klempie20-May-09 20:44 
AnswerRe: C# calling unmanaged C/C++ COM method with C++ reference type Pin
Klempie21-May-09 2:54
Klempie21-May-09 2:54 
GeneralRe: C# calling unmanaged C/C++ COM method with C++ reference type Pin
Klempie21-May-09 3:50
Klempie21-May-09 3:50 
QuestionSystem font scripts Pin
fungweizz20-May-09 20:38
fungweizz20-May-09 20:38 
AnswerRe: System font scripts Pin
Baran M20-May-09 21:00
Baran M20-May-09 21:00 
GeneralRe: System font scripts Pin
fungweizz20-May-09 21:55
fungweizz20-May-09 21:55 
QuestionVery urgent please Pin
Naveed72720-May-09 20:28
Naveed72720-May-09 20:28 
AnswerRe: Very urgent please Pin
Mycroft Holmes20-May-09 21:22
professionalMycroft Holmes20-May-09 21:22 
GeneralRe: Very urgent please Pin
Naveed72720-May-09 21:30
Naveed72720-May-09 21:30 
GeneralRe: Very urgent please Pin
Mycroft Holmes20-May-09 21:45
professionalMycroft Holmes20-May-09 21:45 
AnswerRe: Very urgent please Pin
MumbleB20-May-09 21:48
MumbleB20-May-09 21:48 

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.