Comment.Previous Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Returns a Comment object that represents the previous comment.
public:
Microsoft::Office::Interop::Excel::Comment ^ Previous();
public Microsoft.Office.Interop.Excel.Comment Previous ();
Public Function Previous () As Comment
Returns
Remarks
This method works only on one sheet. Using this method on the first comment on a sheet returns Null (not the last comment on the previous sheet).