Top "Cells" questions

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

Sum function in VBA

I have a problem with summing cells in vba. I need to use Cells(a,b): Range("A1").function="=SUM(…

excel vba sum cells
How can I disable editing cells in a WPF Datagrid?

I'm constructing a datagrid in Windows Presentation Foundation, and I have a problem. When a user double-clicks on a cell …

wpf datagrid wpfdatagrid cells
ms-excel: extract decimal and integer part of a number and disable fields changing

I have a numeric field (say A). I have to extract its integer part in another field (say B) and …

excel field protection cells
Why does Range work, but not Cells?

I'm trying to move some data from one workbook into another by assigning the values from one range to another. …

vba range cells
Hide empty cells in table

I want to hide empty cells in table. Here is my code: You can see, empty cell is shown in 2…

html-table hide cells
gridView with different cells sizes, pinterest style

Background GridView is a class that extends AdapterView , which means it shows cells in a grid-style efficiently, recycling old views …

android android-gridview cells android-adapterview android-gridlayout
DataGridView Column Widths as Percentage

Is there any way to give each column in a DataGridView a percentage width of the total grid? I am …

c# .net datagridview cells dynamic-columns
Wrap within table-cell with long word in FOP

I have a table in FOP and it is working nicely until I get a very long word. The word …

xslt word-wrap cells apache-fop xmltable
how to compare matlab cells or structs

Possible Duplicate: Octave/MATLAB: How to compare structs for equality? is there a simple comparison function for matlab cell or …

matlab struct cells
A way to group table cells together in html?

So it is pretty straight forward. I need a way to group cells together. Like a <div> or …

html html-table grouping cells