Comment.Next 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 next comment.
public:
Microsoft::Office::Interop::Excel::Comment ^ Next();
public Microsoft.Office.Interop.Excel.Comment Next ();
Public Function Next () As Comment
Returns
Remarks
This method works only on one sheet. Using this method on the last comment on a sheet returns Null (not the next comment on the next sheet).