Top "Cell" questions

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

FPDF: Change text color while inside a Cell?

I want it so that the text saying white will use SetTextColor as white, and the orange to use orange. $…

php text colors cell fpdf
Swift tableView cell set accessory type

class ViewController: UIViewController, UITableViewDelegate, UITableViewDataSource { @IBOutlet var tableView: UITableView var items: String[] = ["We", "Heart", "Swift"] override func viewDidLoad() { super.viewDidLoad() …

swift uitableview cell accessorytype
Table cells fixed height regardless the content of the cell

I have a dynamic table that I generate after getting some inputs from the user to present some tabular data. …

css cell css-tables
Microsoft.Office.Interop.Excel: How to Apply a border to ONE CELL

I am looking to apply a border to one cell using the Microsoft.Office.Interop.Excel library. I am running …

c# excel border cell excel-interop
Grouped UITableview remove outer separator line

I have a grouped UITableview which is created programatically. Also I have a cell with xib file populated in tableview …

ios objective-c uitableview cell tableviewcell
Want to create a cool static UI but : "Static table views are only valid..."

I'm creating a view like: For this I'm trying to use a Storyboard in which I add 2 TableViews (both as …

ios uitableview static storyboard cell
UICollectionView cell subviews do not resize

In a CollectionView, some cells should have an additional subview or layer. The CollectionView can be told to resize it's …

ios size cell subview uicollectionview
extjs change grid cell background based on value

I applied a renderer to my grid-column, but the background color is not changing: renderer: function(value, meta) { if (parseInt(…

extjs colors background grid cell
c# excel how to change a color of a particular row

I want to ask you guys, how to change color of a row to red in Excel table if the …

c# excel colors row cell
Change the background of Cells with C#

I'm developing an program using C# to manipulate an Excel document, and I'm using Microsoft.Office.Interop.Excel._Worksheet worksheet; …

c# .net excel cell worksheet