Example #1
0
 public void SetToolTipforCell(string toolTipString, NSCell cell)
 {
     SetToolTipForCell(toolTipString, cell);
 }
Example #2
0
 public void PutCellatRowColumn(NSCell newCell, int row, int column)
 {
     PutCell(newCell, row, column);
 }