Top "Cell" questions

A cell is an atomic element within a structure composed of columns and/or rows, such as a table or grid.

CSS Cell Margin

In my HTML document, I have a table with two columns and multiple rows. How can I increase the space …

html css cell margin css-tables
How to make HTML table cell editable?

I'd like to make some cells of html table editable, simply double click a cell, input some text and the …

html editor html-table cell
How to delete Certain Characters in a excel 2010 cell

In column A I have a load of name that look like this [John Smith] I still want them in …

excel character excel-2010 cell
Convert cells(1,1) into "A1" and vice versa

I am working on an worksheet generator in Excel 2007. I have a certain layout I have to follow and I …

excel vba cell
How do you specify table padding in CSS? ( table, not cell padding )

I have a table with a colored background and I need to specify the padding between the table and it's …

html css cell padding tablelayout
SSRS Field Expression to change the background color of the Cell

I'm trying to write a field expression for a Cell in my report where I have to change the background …

reporting-services field cell background-color ssrs-expression
How to get a jqGrid cell value when editing

How to get a jqGrid cell value when in-line editing (getcell and getRowData returns the cell content and not the …

jqgrid cell
How to get html table td cell value by JavaScript?

I have an HTML table created with dynamic data and cannot predict the number of rows in it. What I …

javascript html-table cell
How to disable Excel's automatic cell reference change after copy/paste?

I've got a massive Excel 2003 spreadsheet I'm working on. There are a lot of very large formulas with a lot …

excel excel-formula reference cell copy-paste
Changing datagridview cell color dynamically

I have a dataGridView object that is populated with data. I want to click a button and have it change …

c# dynamic datagridview cell backcolor