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

C#

 
GeneralRe: Get only modified data at form exit Pin
manchukuo13-Sep-10 11:41
manchukuo13-Sep-10 11:41 
Questionreporting issue in c# application Pin
bapu288913-Sep-10 8:12
bapu288913-Sep-10 8:12 
AnswerRe: reporting issue in c# application Pin
bapu288913-Sep-10 20:07
bapu288913-Sep-10 20:07 
Questionhow to send file with bluetooth with secket programing Pin
behzadcp13-Sep-10 3:49
professionalbehzadcp13-Sep-10 3:49 
AnswerRe: how to send file with bluetooth with secket programing Pin
Giorgi Dalakishvili13-Sep-10 20:57
mentorGiorgi Dalakishvili13-Sep-10 20:57 
QuestionA Queston about Transformations Pin
BobInNJ13-Sep-10 3:38
BobInNJ13-Sep-10 3:38 
AnswerRe: A Queston about Transformations Pin
Luc Pattyn13-Sep-10 4:05
sitebuilderLuc Pattyn13-Sep-10 4:05 
QuestionUngroup Excel Column Pin
Mugdha_Aditya13-Sep-10 3:36
Mugdha_Aditya13-Sep-10 3:36 
Hello,

i have excel from which i need to read the data though c# code.
Excel having groued columns so iam not able to read those columns.
can any one tell me how to un group excel column and save tht changed excel.

My code is as follwes which failed Frown | :(

private void UnGroupRowsAndColumns(Workbook workbook)
{
Worksheet worksheet = workbook.Worksheets[0];

worksheet.Cells.UngroupRows(0, 9);
worksheet.Cells.UngroupColumns(0, 1);
}
AnswerRe: Ungroup Excel Column Repost Pin
Richard MacCutchan13-Sep-10 3:45
mveRichard MacCutchan13-Sep-10 3:45 
Questionmark with x Pin
Jassim Rahma13-Sep-10 3:24
Jassim Rahma13-Sep-10 3:24 
AnswerRe: mark with x Pin
Luc Pattyn13-Sep-10 7:03
sitebuilderLuc Pattyn13-Sep-10 7:03 
AnswerRe: mark with x Pin
Eddy Vluggen13-Sep-10 9:56
professionalEddy Vluggen13-Sep-10 9:56 
Questionlogs window with a lot of lines Pin
IWannaTalk13-Sep-10 1:56
IWannaTalk13-Sep-10 1:56 
AnswerRe: logs window with a lot of lines Pin
Luc Pattyn13-Sep-10 2:25
sitebuilderLuc Pattyn13-Sep-10 2:25 
GeneralRe: logs window with a lot of lines Pin
IWannaTalk13-Sep-10 3:02
IWannaTalk13-Sep-10 3:02 
GeneralRe: logs window with a lot of lines Pin
Luc Pattyn13-Sep-10 3:10
sitebuilderLuc Pattyn13-Sep-10 3:10 
GeneralRe: logs window with a lot of lines Pin
IWannaTalk13-Sep-10 21:48
IWannaTalk13-Sep-10 21:48 
GeneralRe: logs window with a lot of lines Pin
Luc Pattyn13-Sep-10 23:44
sitebuilderLuc Pattyn13-Sep-10 23:44 
QuestionCreating a p7m file. Pin
shadowzz12345613-Sep-10 1:08
shadowzz12345613-Sep-10 1:08 
QuestionPrinting: Slow access to PaperSize Pin
OriginalGriff12-Sep-10 23:57
mveOriginalGriff12-Sep-10 23:57 
AnswerRe: Printing: Slow access to PaperSize Pin
Luc Pattyn13-Sep-10 2:10
sitebuilderLuc Pattyn13-Sep-10 2:10 
GeneralRe: Printing: Slow access to PaperSize Pin
OriginalGriff13-Sep-10 3:58
mveOriginalGriff13-Sep-10 3:58 
GeneralRe: Printing: Slow access to PaperSize Pin
Luc Pattyn13-Sep-10 4:10
sitebuilderLuc Pattyn13-Sep-10 4:10 
AnswerRe: Printing: Slow access to PaperSize Pin
Bernhard Hiller13-Sep-10 2:43
Bernhard Hiller13-Sep-10 2:43 
QuestionControl in front of another one at all times Pin
fdsfsa76f7sa612-Sep-10 22:19
fdsfsa76f7sa612-Sep-10 22:19 

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.