Method GetValue
GetValue(DynamicReferenceCell)
public static object? GetValue(DynamicReferenceCell cellRef)
Parameters
cellRefDynamicReferenceCell
Returns
GetValue<T>(DynamicReferenceCell)
public static T? GetValue<T>(DynamicReferenceCell cellRef)
Parameters
cellRefDynamicReferenceCell
Returns
- T
Type Parameters
T