Ejemplo n.º 1
0
 /// <summary>
 /// Deletes the value of the cell.
 /// </summary>
 /// <returns>True, if successful; false, otherwise.</returns>
 public bool DeleteValue()
 {
     return(_cube.DeleteCell(_elements));
 }