'Declaration
Public Overloads Function RemoveArea( _ ByVal topLeftRowId As Integer, _ ByVal topLeftColumnId As Integer, _ ByVal bottomRightRowId As Integer, _ ByVal bottomRightColumnId As Integer _ ) As ConditionalFormatting
'Usage
Dim instance As ConditionalFormatting Dim topLeftRowId As Integer Dim topLeftColumnId As Integer Dim bottomRightRowId As Integer Dim bottomRightColumnId As Integer Dim value As ConditionalFormatting value = instance.RemoveArea(topLeftRowId, topLeftColumnId, bottomRightRowId, bottomRightColumnId)
public ConditionalFormatting RemoveArea( int topLeftRowId, int topLeftColumnId, int bottomRightRowId, int bottomRightColumnId )
Parameters
- topLeftRowId
- The Id of the Row that acts as the top part of the target area.
- topLeftColumnId
- The Id of the Column that acts as the left side of the target area.
- bottomRightRowId
- The Id of the Row that acts as the bottom part of the target area.
- bottomRightColumnId
- The Id of the Column that acts as the right side of the target area.