'Declaration
Public Overridable Function CreateCommandClearFormats( _ ByVal range As IRange _ ) As Command
'Usage
Dim 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.