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

C#

 
Questionexcel listview c# Pin
Kalay1614-Oct-14 23:33
Kalay1614-Oct-14 23:33 
SuggestionRe: excel listview c# Pin
Eddy Vluggen15-Oct-14 9:00
professionalEddy Vluggen15-Oct-14 9:00 
GeneralRe: excel listview c# Pin
Kalay1619-Oct-14 20:36
Kalay1619-Oct-14 20:36 
GeneralRe: excel listview c# Pin
Eddy Vluggen20-Oct-14 1:57
professionalEddy Vluggen20-Oct-14 1:57 
GeneralRe: excel listview c# Pin
Kalay1620-Oct-14 2:54
Kalay1620-Oct-14 2:54 
GeneralRe: excel listview c# Pin
Eddy Vluggen20-Oct-14 5:27
professionalEddy Vluggen20-Oct-14 5:27 
GeneralRe: excel listview c# Pin
Kalay1620-Oct-14 20:50
Kalay1620-Oct-14 20:50 
GeneralRe: excel listview c# Pin
Eddy Vluggen21-Oct-14 2:25
professionalEddy Vluggen21-Oct-14 2:25 
Kalay16 wrote:
I want to do with the loop
What has that to do with drawing? Big Grin | :-D
for (int i = 0; i < 9; i++)
{
  cell = (Microsoft.Office.Interop.Excel.Range)excelWorksheet.Cells[i, 3];
}
When posting a question on Excel, do state that you're using "Office Interop"; there's more than one way to do stuff with excel, and it helps to know which one.

If you still need to draw (in Excel), then you might want to investigate the "Border" property and the likes, on MSDN[^].
Bastard Programmer from Hell Suspicious | :suss:
If you can't read my code, try converting it here[^]

GeneralRe: excel listview c# Pin
Kalay1621-Oct-14 2:59
Kalay1621-Oct-14 2:59 
GeneralRe: excel listview c# Pin
Eddy Vluggen21-Oct-14 5:35
professionalEddy Vluggen21-Oct-14 5:35 
GeneralRe: excel listview c# Pin
Kalay1621-Oct-14 8:13
Kalay1621-Oct-14 8:13 
GeneralRe: excel listview c# Pin
Eddy Vluggen22-Oct-14 5:24
professionalEddy Vluggen22-Oct-14 5:24 
GeneralRe: excel listview c# Pin
Kalay1622-Oct-14 18:20
Kalay1622-Oct-14 18:20 
GeneralRe: excel listview c# Pin
Kalay1622-Oct-14 18:20
Kalay1622-Oct-14 18:20 
GeneralRe: excel listview c# Pin
Eddy Vluggen24-Oct-14 1:39
professionalEddy Vluggen24-Oct-14 1:39 
GeneralRe: excel listview c# Pin
Kalay1624-Oct-14 10:23
Kalay1624-Oct-14 10:23 
GeneralRe: excel listview c# Pin
Eddy Vluggen27-Oct-14 9:01
professionalEddy Vluggen27-Oct-14 9:01 
QuestionXML Serialization, Xpath and SelectNodes Pin
Member 1093483614-Oct-14 22:11
Member 1093483614-Oct-14 22:11 
AnswerRe: XML Serialization, Xpath and SelectNodes Pin
Gerry Schmitz15-Oct-14 10:43
mveGerry Schmitz15-Oct-14 10:43 
QuestionC # application launch problem by connecting with a database Informix ODBC. Pin
Ibrahim.elh14-Oct-14 20:47
Ibrahim.elh14-Oct-14 20:47 
AnswerRe: C # application launch problem by connecting with a database Informix ODBC. Pin
Manfred Rudolf Bihy15-Oct-14 0:34
professionalManfred Rudolf Bihy15-Oct-14 0:34 
QuestionC# Pin
Member 1114850614-Oct-14 19:04
Member 1114850614-Oct-14 19:04 
AnswerRe: C# Pin
OriginalGriff14-Oct-14 20:10
mveOriginalGriff14-Oct-14 20:10 
GeneralRe: C# Pin
BillWoodruff14-Oct-14 22:02
professionalBillWoodruff14-Oct-14 22:02 
GeneralRe: C# Pin
OriginalGriff14-Oct-14 22:10
mveOriginalGriff14-Oct-14 22:10 

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.