'Declaration Public Shared Function GetParentCell( _ ByVal obj As DependencyObject _ ) As Cell
'Usage Dim obj As DependencyObject Dim value As Cell value = Cell.GetParentCell(obj)
public static Cell GetParentCell( DependencyObject obj )
Parameters
- obj
- The dependency object from which the property value is read.
Return Value
The Cell that is the ancestor of said dependency object.