Range.ClearFormats Method
Clears the formatting of the object.
Namespace: Microsoft.Office.Interop.Excel
Assembly: Microsoft.Office.Interop.Excel (in Microsoft.Office.Interop.Excel.dll)
Syntax
'Declaration
Function ClearFormats As Object
'Usage
Dim instance As Range
Dim returnValue As Object
returnValue = instance.ClearFormats()
Object ClearFormats()
Return Value
Type: System.Object