DataEngine for .NET Standard | ComponentOne
C1.PivotEngine Assembly / C1.FlexPivot Namespace / C1FlexPivotEngine Class / GetDataRow Method

In This Topic
    GetDataRow Method
    In This Topic
    Syntax
    'Declaration
     
    Public Function GetDataRow( _
       ByVal dataTable As DataTable, _
       ByVal item As Object _
    ) As DataRow
    public DataRow GetDataRow( 
       DataTable dataTable,
       object item
    )

    Parameters

    dataTable
    item
    See Also