myDataView.GetPositionInDataTable ( DataViewPosition As Integer )



Hello,

I've a DataView of a DataTable
and this dataview is row-filtering

I know that I can get the position of the current binding by a :
Me.BindingContext(myDataView).Position

But is there a way to get the corresponding position in the DataTable ?
Something like this :
myDataView.GetPositionInDataTable ( DataViewPosition As Integer )

Thanks in advance
TSalm

.