Exemplo n.º 1
0
 private void annotateComment(Excel.Range selected)
 {
     selected.ClearComments();
     selected.AddComment("Annotated with Plugin");
 }
Exemplo n.º 2
0
 public void AddComment(Excel.Range c)
 {
     c.ClearComments();
     c.AddComment(NameInfo + "\n" + DisplayInfo);
 }