Click here to Skip to main content
15,910,471 members
Home / Discussions / C#
   

C#

 
AnswerRe: Hi all Pin
Syed Shahid Hussain29-Jul-08 21:44
Syed Shahid Hussain29-Jul-08 21:44 
GeneralRe: Hi all Pin
tasumisra29-Jul-08 22:44
tasumisra29-Jul-08 22:44 
AnswerRe: Hi all Pin
Ravi Kumar Tyagi29-Jul-08 21:46
Ravi Kumar Tyagi29-Jul-08 21:46 
GeneralRe: Hi all Pin
tasumisra29-Jul-08 22:46
tasumisra29-Jul-08 22:46 
AnswerRe: Hi all Pin
Tuwing.Sabado29-Jul-08 23:27
Tuwing.Sabado29-Jul-08 23:27 
GeneralRe: Hi all Pin
tasumisra29-Jul-08 23:35
tasumisra29-Jul-08 23:35 
GeneralRe: Hi all Pin
tasumisra30-Jul-08 0:08
tasumisra30-Jul-08 0:08 
GeneralRe: Hi all Pin
Tuwing.Sabado30-Jul-08 3:20
Tuwing.Sabado30-Jul-08 3:20 
GeneralRe: Hi all Pin
Tuwing.Sabado30-Jul-08 3:28
Tuwing.Sabado30-Jul-08 3:28 
QuestionControl Creation Pin
Syed Shahid Hussain29-Jul-08 20:55
Syed Shahid Hussain29-Jul-08 20:55 
AnswerRe: Control Creation Pin
Christian Graus29-Jul-08 21:03
protectorChristian Graus29-Jul-08 21:03 
GeneralRe: Control Creation Pin
Syed Shahid Hussain29-Jul-08 21:05
Syed Shahid Hussain29-Jul-08 21:05 
GeneralRe: Control Creation Pin
netJP12L30-Jul-08 6:30
netJP12L30-Jul-08 6:30 
Questionc# string split functions Pin
AndieDu29-Jul-08 20:51
AndieDu29-Jul-08 20:51 
AnswerRe: c# string split functions Pin
Christian Graus29-Jul-08 21:04
protectorChristian Graus29-Jul-08 21:04 
GeneralRe: c# string split functions Pin
AndieDu29-Jul-08 21:09
AndieDu29-Jul-08 21:09 
GeneralRe: c# string split functions Pin
PIEBALDconsult30-Jul-08 4:55
mvePIEBALDconsult30-Jul-08 4:55 
AnswerRe: c# string split functions Pin
#realJSOP29-Jul-08 23:43
professional#realJSOP29-Jul-08 23:43 
AnswerRe: c# string split functions Pin
Ravi Kumar Tyagi5-Sep-08 18:34
Ravi Kumar Tyagi5-Sep-08 18:34 
QuestionDisable the button shown in the PrintPreviewControl Pin
Darmi29-Jul-08 20:02
Darmi29-Jul-08 20:02 
QuestionConvert byte array to file, then open it ot its default application Pin
-spy-29-Jul-08 17:51
-spy-29-Jul-08 17:51 
AnswerRe: Convert byte array to file, then open it ot its default application Pin
Christian Graus29-Jul-08 18:13
protectorChristian Graus29-Jul-08 18:13 
AnswerRe: Convert byte array to file, then open it ot its default application Pin
Christian Graus29-Jul-08 20:03
protectorChristian Graus29-Jul-08 20:03 
AnswerRe: Convert byte array to file, then open it ot its default application Pin
PIEBALDconsult30-Jul-08 4:58
mvePIEBALDconsult30-Jul-08 4:58 
Questionc# Getting Data From Excel Pin
Matthew Hastings29-Jul-08 14:01
Matthew Hastings29-Jul-08 14:01 
Hi All,

This is my first post in this forum that is full of excellent information I'm so glad I found it.

I have a c# program I'm working on it opens an excell file and displayes the results in a DataGrid at the moment I have it selecting the cell with the code below.

//Set excel sheet range
exr.SheetRange = "A1:C5";

What I'm trying to make it do is select the data from cells M3, M4, E5, G5, H5, R5 then go to cell G7 and read till the last empty cell to the right of G7 then read down from G7 to the last empty cell.

Any one know how to do this?

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.