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

In This Topic
    InsertItem Method (XLConditionalFormattingRangeCollection)
    In This Topic
    Syntax
    'Declaration
     
    Protected Overridable Sub InsertItem( _
       ByVal index As System.Integer, _
       ByVal item As XLRange _
    ) 
    protected virtual void InsertItem( 
       System.int index,
       XLRange item
    )

    Parameters

    index
    item
    See Also