Searched defs:CellInfo (Results 1 – 2 of 2) sorted by relevance
86 struct CellInfo { struct87 CellInfo() in CellInfo() function91 explicit CellInfo(double* ptr) in CellInfo() function104 // a CellInfo with a pointer to the dense matrix containing it, argument
81 public static class CellInfo { class in Spreadsheet90 public CellInfo(Header row, Header column, String contents) { in CellInfo() method in Spreadsheet.CellInfo