Xceed Workbooks for .NET v3.0 Documentation
Xceed.Workbooks.NET Assembly / Xceed.Workbooks.NET Namespace / ConditionalFormatting Class / RemoveArea Method / RemoveArea(String,String) Method

The Address of the Cell located in the top left corner of the target area.

The Address of the Cell located in the bottom right corner of the target area.



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

    Parameters

    topLeftCellAddress

    The Address of the Cell located in the top left corner of the target area.

    bottomRightCellAddress

    The Address of the Cell located in the bottom right corner 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