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