Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / ConditionalFormattingColorValueCollection Class / Item Property


In This Topic
    Item Property (ConditionalFormattingColorValueCollection)
    In This Topic
    Gets or sets the element at the specified index.
    Syntax
    'Declaration
     
    
    Public Overridable Default Property Item( _
       ByVal index As Integer _
    ) As ConditionalFormattingColorValue
    'Usage
     
    
    Dim instance As ConditionalFormattingColorValueCollection
    Dim index As Integer
    Dim value As ConditionalFormattingColorValue
     
    instance.Item(index) = value
     
    value = instance.Item(index)
    public virtual ConditionalFormattingColorValue this[ 
       int index
    ]; {get; set;}

    Parameters

    index

    Property Value

    The element at the specified index.
    See Also