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

C#

 
QuestionRe: Nearest point on a line. Pin
12Code18-Mar-09 5:19
12Code18-Mar-09 5:19 
AnswerRe: Nearest point on a line. Pin
musefan18-Mar-09 5:26
musefan18-Mar-09 5:26 
GeneralRe: Nearest point on a line. Pin
moon_stick18-Mar-09 5:54
moon_stick18-Mar-09 5:54 
GeneralRe: Nearest point on a line. Pin
musefan18-Mar-09 6:03
musefan18-Mar-09 6:03 
AnswerRe: Nearest point on a line. Pin
led mike18-Mar-09 5:01
led mike18-Mar-09 5:01 
AnswerRe: Nearest point on a line. Pin
moon_stick18-Mar-09 5:08
moon_stick18-Mar-09 5:08 
AnswerRe: Nearest point on a line. Pin
harold aptroot18-Mar-09 5:25
harold aptroot18-Mar-09 5:25 
Questionmerge using C# Pin
StoneCOLD70918-Mar-09 4:44
StoneCOLD70918-Mar-09 4:44 
I am writing a C# program that generates a spreadsheet. In the spreadsheet, column A contains unit numbers. Each unit may have several
products associated with it. So for example the spreadsheet will look like this.............
Unit #	Team Leader	Product Manufacturer
258	John Smith	SONY
258	John Smith 	LG
258	John Smith 	MITSUBISHI
659	Chris Jones	MAYTAG
659	Chris Jones	KENMORE
659	Chris Jones	AMANA
659	Chris Jones	GE
8241	Sean White	MOTOROLA
8241	Sean White	SAMSUNG
8241	Sean White	LG
8241	Sean White	NOKIA

My problem is that I am trying to merge a range of cells in the C# program. I only want one unit number to show up and one team leader. So the spreadsheet would look like this instead......Can someone give me some assistance with this? Again it is in C#. Thanks!
Unit #	Team Leader	Product Manufacturer
258	John Smith	SONY
		        LG
	  	        MITSUBISHI
659	Chris Jones	MAYTAG
		        KENMORE
		        AMANA
		        GE
8241	Sean White	MOTOROLA
		        SAMSUNG
		        LG
	                NOKIA

AnswerRe: merge using C# Pin
musefan18-Mar-09 4:58
musefan18-Mar-09 4:58 
GeneralRe: merge using C# Pin
StoneCOLD70918-Mar-09 6:29
StoneCOLD70918-Mar-09 6:29 
GeneralRe: merge using C# Pin
musefan18-Mar-09 6:44
musefan18-Mar-09 6:44 
GeneralRe: merge using C# Pin
StoneCOLD70918-Mar-09 7:15
StoneCOLD70918-Mar-09 7:15 
GeneralRe: merge using C# Pin
musefan18-Mar-09 7:28
musefan18-Mar-09 7:28 
GeneralRe: merge using C# [modified] Pin
StoneCOLD70918-Mar-09 8:04
StoneCOLD70918-Mar-09 8:04 
Questionerror while inserting table with autonumber using MsAccess Pin
sakthi06karthi18-Mar-09 3:51
sakthi06karthi18-Mar-09 3:51 
AnswerRe: error while inserting table with autonumber using MsAccess Pin
Jerry.Wang18-Mar-09 3:58
Jerry.Wang18-Mar-09 3:58 
GeneralRe: error while inserting table with autonumber using MsAccess Pin
sakthi06karthi18-Mar-09 4:06
sakthi06karthi18-Mar-09 4:06 
GeneralRe: error while inserting table with autonumber using MsAccess Pin
sakthi06karthi18-Mar-09 4:09
sakthi06karthi18-Mar-09 4:09 
GeneralRe: error while inserting table with autonumber using MsAccess Pin
Xmen Real 18-Mar-09 4:12
professional Xmen Real 18-Mar-09 4:12 
AnswerRe: error while inserting table with autonumber using MsAccess Pin
musefan18-Mar-09 4:19
musefan18-Mar-09 4:19 
QuestionCopying embedded powerpoint object from richtextbox into powerpoint Pin
mailtogj18-Mar-09 3:33
mailtogj18-Mar-09 3:33 
QuestionExecute a C# App without installing .Net Framework ! Pin
Mohammad Dayyan18-Mar-09 3:08
Mohammad Dayyan18-Mar-09 3:08 
AnswerRe: Execute a C# App without installing .Net Framework ! Pin
musefan18-Mar-09 3:12
musefan18-Mar-09 3:12 
GeneralRe: Execute a C# App without installing .Net Framework ! Pin
Mohammad Dayyan18-Mar-09 3:26
Mohammad Dayyan18-Mar-09 3:26 
GeneralRe: Execute a C# App without installing .Net Framework ! Pin
musefan18-Mar-09 3:40
musefan18-Mar-09 3:40 

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.