Share via


Comment.Previous 方法

定义

返回一个 对象,该对象代表上一 Comment 个注释。

public:
 Microsoft::Office::Interop::Excel::Comment ^ Previous();
public Microsoft.Office.Interop.Excel.Comment Previous ();
Public Function Previous () As Comment

返回

注解

本方法仅对单张工作表有效。 对工作表中第一条批注使用本方法可返回 Null(不是前一张工作表的最后一条批注)。

适用于