_Application.ReplaceFormat Property

Sets the replacement criteria to use in replacing cell formats. The replacement criteria is then used in a subsequent call to the Replace method of the Range object.

Namespace:  Microsoft.Office.Interop.Excel
Assembly:  Microsoft.Office.Interop.Excel (in Microsoft.Office.Interop.Excel.dll)

Syntax

'Declaration
Property ReplaceFormat As CellFormat
    Get
    Set
'Usage
Dim instance As _Application
Dim value As CellFormat

value = instance.ReplaceFormat

instance.ReplaceFormat = value
CellFormat ReplaceFormat { get; set; }

Property Value

Type: Microsoft.Office.Interop.Excel.CellFormat

See Also

Reference

_Application Interface

_Application Members

Microsoft.Office.Interop.Excel Namespace