Xceed Workbooks for .NET v3.0 Documentation
Xceed.Workbooks.NET Assembly / Xceed.Workbooks.NET Namespace / ConditionalFormattingCollection Class / RemoveAt Method
The index corresponding to the ConditionalFormatting that will be removed from the ConditionalFormattingCollection.


In This Topic
    RemoveAt Method (ConditionalFormattingCollection)
    In This Topic
    Removes a ConditionalFormatting from the ConditionalFormattingCollection, using an index to identify said ConditionalFormatting.
    Syntax
    'Declaration
     
    
    Public Sub RemoveAt( _
       ByVal index As Integer _
    ) 
    'Usage
     
    
    Dim instance As ConditionalFormattingCollection
    Dim index As Integer
     
    instance.RemoveAt(index)
    public void RemoveAt( 
       int index
    )

    Parameters

    index
    The index corresponding to the ConditionalFormatting that will be removed from the ConditionalFormattingCollection.
    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