'Declaration
Public Function GetCellFromFrameworkElement( _ ByVal element As System.Windows.FrameworkElement _ ) As DataGridCell
public DataGridCell GetCellFromFrameworkElement( System.Windows.FrameworkElement element )
Parameters
- element
- The element inside the cell.
Return Value
The cell that contains the System.Windows.FrameworkElement