Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / ConditionalFormattingIconRuleSet Class / ToArray Method


In This Topic
    ToArray Method (ConditionalFormattingIconRuleSet)
    In This Topic
    Copies the elements of the ListBase<T> to a new array.
    Syntax
    'Declaration
     
    
    Public Function ToArray() As ConditionalFormattingIconValue()
    'Usage
     
    
    Dim instance As ConditionalFormattingIconRuleSet
    Dim value() As ConditionalFormattingIconValue
     
    value = instance.ToArray()

    Return Value

    An array containing copies of the elements of the ListBase<T>.
    See Also