Spread WPF 17
GrapeCity.Windows.SpreadSheet.Data Namespace / AverageCondition Class / Create Method
The type.
The ranges.


In This Topic
    Create Method (AverageCondition)
    In This Topic
    Creates an AverageCondition object.
    Syntax
    'Declaration
     
    Public Shared Function Create( _
       ByVal type As AverageConditionType, _
       ByVal ranges() As ICellRange _
    ) As AverageCondition
    'Usage
     
    Dim type As AverageConditionType
    Dim ranges() As ICellRange
    Dim value As AverageCondition
     
    value = AverageCondition.Create(type, ranges)
    public static AverageCondition Create( 
       AverageConditionType type,
       ICellRange[] ranges
    )

    Parameters

    type
    The type.
    ranges
    The ranges.

    Return Value

    The AverageCondition object.
    See Also