Ejemplo n.º 1
0
 public void Add(CTableCell Cell) { }
Ejemplo n.º 2
0
Archivo: CTable.cs Proyecto: TheJP/Stne
 public static SPoint CoordsOfCell(CTableCell Cell)
 {
     return null;
 }
Ejemplo n.º 3
0
Archivo: CTable.cs Proyecto: TheJP/Stne
 public void Merge(CTableCell CellFrom, CTableCell CellTo)
 {
 }
Ejemplo n.º 4
0
Archivo: CTable.cs Proyecto: TheJP/Stne
 public CControlTableCell Select(CTableCell Cell)
 {
     return null;
 }
Ejemplo n.º 5
0
Archivo: CTable.cs Proyecto: TheJP/Stne
 public void Merge(CTableCell Cell, Integer LenX, Integer LenY)
 {
 }