Overload | Description |
---|---|
AddNote(FormattedText,Int32,Int32,Boolean) | Adds a Note in the current Worksheet, using a Row Id and a Column Id to determine the insertion point. |
AddNote(FormattedText,String,Boolean) | Adds a Note in the current Worksheet, using the Address of a Cell to determine the insertion point. |
AddNote(FormattedTextList,Int32,Int32,Boolean) | Adds a Note in the current Worksheet, using a Row Id and a Column Id to determine the insertion point. |
AddNote(FormattedTextList,String,Boolean) | Adds a Note in the current Worksheet, using the Address of a Cell to determine the insertion point. |