_Application.ReplaceFormat 属性

定义

设置替换条件以用于替换单元格格式。 然后,在对 对象的 方法的Range后续调用Replace(Object, Object, Object, Object, Object, Object, Object, Object)中使用替换条件。

public:
 property Microsoft::Office::Interop::Excel::CellFormat ^ ReplaceFormat { Microsoft::Office::Interop::Excel::CellFormat ^ get(); void set(Microsoft::Office::Interop::Excel::CellFormat ^ value); };
public Microsoft.Office.Interop.Excel.CellFormat ReplaceFormat { get; set; }
Public Property ReplaceFormat As CellFormat

属性值

适用于