ComponentOne Excel for UWP
C1.UWP.Excel Assembly / C1.Xaml.Excel Namespace / XLConditionalFormattingCollection Class / RemoveAt Method

In This Topic
    RemoveAt Method (XLConditionalFormattingCollection)
    In This Topic
    Syntax
    'Declaration
     
    Public Sub RemoveAt( _
       ByVal index As System.Integer _
    ) 
    public void RemoveAt( 
       System.int index
    )

    Parameters

    index
    See Also