Ejemplo n.º 1
0
 /// <summary>
 /// Deletes the comment for the cell.
 /// </summary>
 /// <returns>True, if successful; false, otherwise.</returns>
 public bool DeleteComment()
 {
     return(_cube.DeleteCellComment(_elements));
 }