/// <summary> /// Returns all cell comments on this sheet. /// </summary> /// <returns>return A Dictionary of each Comment in the sheet, keyed on the cell address where the comment is located.</returns> public Dictionary <CellAddress, IComment> GetCellComments() { return(_sh.GetCellComments()); }