combit List & Label 29 - .NET Help
combit.Reporting.Dom Namespace / ConditionalFormatterItem Class / ConditionalFormatterItem Constructor / ConditionalFormatterItem Constructor(CollectionConditionalFormatterItems,Int32)

Specifies the list to which the new conditional formatting should be added.

Specifies the position in the list where the new conditional formatting should be added. The position may be important when the StopIteration property is used.


In This Topic
    ConditionalFormatterItem Constructor(CollectionConditionalFormatterItems,Int32)
    In This Topic

    Creates a new object for defining conditional formatting.

    Syntax
    'Declaration
     
    
    Public Function New( _
       ByVal itemsCollection As CollectionConditionalFormatterItems, _
       ByVal index As Integer _
    )
    public ConditionalFormatterItem( 
       CollectionConditionalFormatterItems itemsCollection,
       int index
    )
    public:
    ConditionalFormatterItem( 
       CollectionConditionalFormatterItems^ itemsCollection,
       int index
    )

    Parameters

    itemsCollection

    Specifies the list to which the new conditional formatting should be added.

    index
    Specifies the position in the list where the new conditional formatting should be added. The position may be important when the StopIteration property is used.
    Requirements

    Platforms: Windows 10 (Version 21H2 - 23H2), Windows 11 (21H2 - 22H2), Windows Server 2016 - 2022
    .NET: .NET Framework 4.8, .NET 6, .NET 7, .NET 8

    See Also