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