'Declaration
Public Overloads Function RemoveArea( _ ByVal topLeftCellAddress As String, _ ByVal bottomRightCellAddress As String _ ) As ConditionalFormatting
'Usage
Dim instance As ConditionalFormatting Dim topLeftCellAddress As String Dim bottomRightCellAddress As String Dim value As ConditionalFormatting value = instance.RemoveArea(topLeftCellAddress, bottomRightCellAddress)
public ConditionalFormatting RemoveArea( string topLeftCellAddress, string bottomRightCellAddress )