Top "Cell" questions

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

Get height and width of TableLayoutPanel cell in Windows Forms

Using a TableLayoutPanel in Windows Forms. I am using RowStyles and ColumnStyles with SizeType as AutoSize and Percent respectively. I …

c# .net winforms cell tablelayoutpanel
ExtJS 4 - How to conditionally edit a cell in a grid?

I have a grid panel using cell editing plugin. In this grid panel, I want conditional editing on a cell …

extjs grid extjs4 cell edit
How to know that tableView started scrolling

I have a doubt: is there any way to intercept a tableView scrolling to add it an action? For example …

ios swift uitableview action cell
NSTableView: detecting a mouse click together with the row and column

I'm trying to detect when a mouse click occurs in an NSTableView, and when it does, to determine the row …

cocoa swift cell nstableview mouseclick-event
How to check if a cell is empty using VBA

I'm trying to make a form on excel so that when people don't fill in certain cells, they will get …

excel vba cell isnullorempty
ClosedXML add image

I am able to add in an image to an excel spreadsheet by using OpenXML. However for the rest of …

image cell add openxml closedxml
Change UITableViewCell Font in iOS 8 and swift

I'm trying to change the font for my uitableviewcells, I'm trying to use this at the moment with not success: …

ios uitableview swift ios8 cell
How do I select a single cell in a WPF datagrid?

When I click a cell in a WPF datagrid, the whole row is selected, and when I press Ctrl + C …

wpf datagrid selection cell
iOS calculate text height in tableView cell

i'm currently developing on an app, which displays some tweets in a tableview. On the storyboard i created a prototype-cell, …

ios ipad uitableview storyboard cell
How to set bitmap image to Button Background Image

gridcell = (Button) row.findViewById(R.id.calendar_day_gridcell); gridcell.setText("Day 1"); URL url = new URL("http://172.16.4.29:81/pht/2013/9/18/3027_2013_9_18_12_14_56_b.JPG"); …

android grid cell bmp