Comment.Next Method

Definition

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).

Applies to