Click here to Skip to main content
15,914,160 members
Home / Discussions / C#
   

C#

 
GeneralRe: how to convert 15bits colors to 24bits colors? Pin
leppie13-Sep-06 22:24
leppie13-Sep-06 22:24 
GeneralRe: how to convert 15bits colors to 24bits colors? Pin
Christian Graus13-Sep-06 22:30
protectorChristian Graus13-Sep-06 22:30 
GeneralRe: how to convert 15bits colors to 24bits colors? Pin
leppie13-Sep-06 22:35
leppie13-Sep-06 22:35 
GeneralRe: how to convert 15bits colors to 24bits colors? Pin
Dan Neely14-Sep-06 2:18
Dan Neely14-Sep-06 2:18 
Questionhow to save data in excel using windows forms Pin
indiaone13-Sep-06 21:25
indiaone13-Sep-06 21:25 
AnswerRe: how to save data in excel using windows forms Pin
swapnil0613-Sep-06 21:40
swapnil0613-Sep-06 21:40 
Questionexporting data from excel to grid wiew Pin
Uma Kameswari13-Sep-06 21:19
Uma Kameswari13-Sep-06 21:19 
AnswerRe: exporting data from excel to grid wiew Pin
Suelinda_W20-Sep-06 5:20
Suelinda_W20-Sep-06 5:20 
Hello Uma,

GridView may or may not have something similar, but ComponentOne's FlexGrid for .NET allows you to load an Excel sheet directly into the grid via the LoadExcel Method. There are few different possibilities for parameters. For example:

'Load the first sheet in the file
FlexGrid1.LoadExcel("myFile.xls")

'Load a specific sheet, sheetname1, into the grid
FlexGrid1.LoadExcel("myFile.xls", "sheetname1")

You can also add a FileFlags parameter, but it is difficult to explain here. If you are interested, check for FileFlags Enumeration in the FlexGrid help file. If you think that you may want to try FlexGrid, you can get more information and download an evaluation here http://www.componentone.com/products.aspx?TabTypeID=1&ItemType=1&PanelIndex=12&ItemID=53459&SubCategoryTypeID=0&TabMapID=9&TabID=11[^].



Suelinda W
Customer Engagement, ComponentOne LLC

QuestionBinding listbox Pin
Sri harini13-Sep-06 21:18
Sri harini13-Sep-06 21:18 
AnswerRe: Binding listbox Pin
Not Active14-Sep-06 2:23
mentorNot Active14-Sep-06 2:23 
Questionstrong naming 3rd party assemblies Pin
kkadir13-Sep-06 20:44
kkadir13-Sep-06 20:44 
AnswerRe: strong naming 3rd party assemblies Pin
mav.northwind13-Sep-06 23:33
mav.northwind13-Sep-06 23:33 
Questionhow to implement zoom operations in C# Pin
kalaveer13-Sep-06 20:41
kalaveer13-Sep-06 20:41 
AnswerRe: how to implement zoom operations in C# Pin
Niiiissssshhhhhuuuuu13-Sep-06 20:51
Niiiissssshhhhhuuuuu13-Sep-06 20:51 
AnswerRe: how to implement zoom operations in C# Pin
g00fyman13-Sep-06 21:07
g00fyman13-Sep-06 21:07 
AnswerRe: how to implement zoom operations in C# Pin
Christian Graus13-Sep-06 21:39
protectorChristian Graus13-Sep-06 21:39 
AnswerRe: how to implement zoom operations in C# Pin
rryyjw13-Sep-06 23:06
rryyjw13-Sep-06 23:06 
QuestionButton Control C# Pin
oskardiazdeleon13-Sep-06 20:39
oskardiazdeleon13-Sep-06 20:39 
Questionsession management Pin
govind kanidapu13-Sep-06 19:51
govind kanidapu13-Sep-06 19:51 
AnswerRe: session management Pin
Christian Graus13-Sep-06 19:59
protectorChristian Graus13-Sep-06 19:59 
Questionhi,plz help (how can i access to xml node) Pin
premkamalg13-Sep-06 19:00
premkamalg13-Sep-06 19:00 
AnswerRe: hi,plz help (how can i access to xml node) Pin
Christian Graus13-Sep-06 19:10
protectorChristian Graus13-Sep-06 19:10 
GeneralThanks ,but let me knoe any wrong in my code Pin
premkamalg13-Sep-06 21:24
premkamalg13-Sep-06 21:24 
GeneralRe: Thanks ,but let me knoe any wrong in my code Pin
Christian Graus13-Sep-06 21:34
protectorChristian Graus13-Sep-06 21:34 
GeneralThanks Christian Pin
premkamalg14-Sep-06 0:31
premkamalg14-Sep-06 0:31 

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.