예제 #1
0
 public void SetToolTipforCell(string toolTipString, NSCell cell)
 {
     SetToolTipForCell(toolTipString, cell);
 }
예제 #2
0
 public void PutCellatRowColumn(NSCell newCell, int row, int column)
 {
     PutCell(newCell, row, column);
 }
예제 #3
0
 public void PutCellatRowColumn(NSCell newCell, int row, int column)
 {
     PutCell (newCell, row, column);
 }
예제 #4
0
 public void SetToolTipforCell(string toolTipString, NSCell cell)
 {
     SetToolTipForCell (toolTipString, cell);
 }
예제 #5
0
 public void InsertColumnwithCells(int column, NSCell [] newCells)
 {
     InsertColumn (column, newCells);
 }