Spread WPF 17
GrapeCity.Windows.SpreadSheet.Data Namespace / DateOccurringRule Class / Create Method
The DateOccurringType data occurring rule.
The style that is set by the rule.


In This Topic
    Create Method (DateOccurringRule)
    In This Topic
    Creates a data occurring rule with specified parameters.
    Syntax
    'Declaration
     
    Public Shared Function Create( _
       ByVal op As DateOccurringType, _
       ByVal style As StyleInfo _
    ) As DateOccurringRule
    'Usage
     
    Dim op As DateOccurringType
    Dim style As StyleInfo
    Dim value As DateOccurringRule
     
    value = DateOccurringRule.Create(op, style)
    public static DateOccurringRule Create( 
       DateOccurringType op,
       StyleInfo style
    )

    Parameters

    op
    The DateOccurringType data occurring rule.
    style
    The style that is set by the rule.

    Return Value

    The new data occurring rule.
    See Also