ComponentOne Excel for UWP
C1.UWP.Excel Assembly / C1.Xaml.Excel Namespace / XLConditionalFormattingRangeCollection Class / Remove Method

In This Topic
    Remove Method (XLConditionalFormattingRangeCollection)
    In This Topic
    Syntax
    'Declaration
     
    Public Function Remove( _
       ByVal item As XLRange _
    ) As System.Boolean
    public System.bool Remove( 
       XLRange item
    )

    Parameters

    item
    See Also