About 165 results
Open links in new tab
  1. Change GridView row color based on condition in DataBinder Eval

    Oct 7, 2021 · I want to change a particular row color of GridView based on some condition.

  2. ListObject (Table) - VBA to Delete multiple rows

    Nov 17, 2020 · Is it possible to delete more than one row at a time ? The ListRow object's Delete method only has a single parameter. However, from the GUI, one can select multiple rows within the …

  3. Extracting data from Excel to import to SQL

    Oct 7, 2021 · Ok guys, I know Excel isn't a database so let's get that one out of the way. What I'm wondering is if URL fields inside of an excel sheet are accessible from c# in code behind? What I'm …

  4. C# how to tell if Excel cell is formatted as a date

    Jun 26, 2010 · I'm trying to determine whether the cell data that I'm retreiving from Excel is in a date format. I've added the Microsoft Excel 11.0 Object Library as a reference to the project, can open the …

  5. Import CSV data to Excel template using C#

    Jul 6, 2012 · 1. Using Microsoft.Office.Interop.Excel, I tried to open up the template and then feed in the data from the CSV, row by row through a DataSet. This took up a lot of time and CPU cycles.

  6. Help: Convert excel chart sheet to pdf - social.msdn.microsoft.com

    Jul 31, 2012 · I'd recommend you try to open the excel, select the Attainment analysis summary, and save it again. Then, you can convert the new saved excel file to pdf and you will get a correct chart …

  7. how to disable Excel cell ( or range) from C#

    Aug 18, 2011 · I am working on an Add in for excel 2007 writte in C# 3.5. This addin will display financial information in excel, and also provide a UDF which users can use to enter parameters and then build …

  8. how to assign a macro to an excel cell (click)

    Dec 1, 2009 · you don't have to use a macro either, you can just move the code from the macro over to the worksheet change event sub i show above. or create a sub you can call. Basically, you don't …

  9. How to open a Excel workbook in invisible mode

    Feb 16, 2009 · Fifth last parameter (highlighted in red) in above code is used to open a Word document in invisible mode. But there is no such parameter while opening a Excel workbook in invisible mode. …

  10. How to Open File in external process (FileStream) if File is already ...

    Aug 30, 2010 · Unfortunately, I cannot use Excel directly for this because the process in place, oddly enough, needs to be independant from excel. It was a requirement a few months ago to re-dev the …