'DeclarationPublic Overridable Function CreateCommandClearFormats( _ ByVal range As IRange _ ) As Command
'UsageDim instance As CommandManager Dim range As IRange Dim value As Command value = instance.CreateCommandClearFormats(range)
Parameters
- range
 - Specifies the range which this command will affect.