FlexPivot for WPF | ComponentOne
C1.DataEngine Assembly / C1.DataEngine Namespace / IDataList Interface / Add Method

In This Topic
    Add Method (IDataList)
    In This Topic
    Syntax
    'Declaration
     
    Function Add( _
       ByVal value As Object _
    ) As Integer
    int Add( 
       object value
    )

    Parameters

    value
    See Also