PageSetup.PrintComments 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
返回或设置批注随工作表打印的方式。
public:
property Microsoft::Office::Interop::Excel::XlPrintLocation PrintComments { Microsoft::Office::Interop::Excel::XlPrintLocation get(); void set(Microsoft::Office::Interop::Excel::XlPrintLocation value); };
public Microsoft.Office.Interop.Excel.XlPrintLocation PrintComments { get; set; }
Public Property PrintComments As XlPrintLocation