Interface IXLCustomProperty
public interface IXLCustomProperty
- Extension Methods
Properties
Name
string Name { get; set; }
Property Value
Type
XLCustomPropertyType Type { get; }
Property Value
Value
object Value { get; set; }
Property Value
Methods
GetValue<T>()
T GetValue<T>()
Returns
- T
Type Parameters
T