Xceed Workbooks for .NET v3.0 Documentation
Xceed.Workbooks.NET Assembly / Xceed.Workbooks.NET Namespace / ConditionalFormatting Class / RemoveArea Method / RemoveArea(Int32,Int32,Int32,Int32) Method
The Id of the Row that acts as the top part of the target area. 
The Id of the Column that acts as the left side of the target area.
The Id of the Row that acts as the bottom part of the target area.
The Id of the Column that acts as the right side of the target area.


In This Topic
    RemoveArea(Int32,Int32,Int32,Int32) Method
    In This Topic
    Removes ConditionalFormatting from an area identified by RowsColumns Ids.
    Syntax
    '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)

    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.
    Requirements

    Target Platforms: Windows 11, Windows 10, Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also