PrintDocument for WinForms | ComponentOne
C1.PrintDocument.4.5.2 Assembly / C1.C1Preview.DataBinding Namespace / DataSetCollection Class / SetByIndex Method

In This Topic
    SetByIndex Method (DataSetCollection)
    In This Topic
    For internal use.
    Syntax
    'Declaration
     
    Protected Sub SetByIndex( _
       ByVal index As Integer, _
       ByVal value As Object _
    ) 
    protected void SetByIndex( 
       int index,
       object value
    )

    Parameters

    index
    value
    See Also