Exemplo n.º 1
0
 void IExcelCommand.Execute(IExcelContext ctx, ref Action after) => ctx.RowValue(Row, Value?.DeserializeValue(ValueType), ValueKind);
Exemplo n.º 2
0
 void IExcelCommand.Execute(IExcelContext ctx, ref Action after) => ctx.RowValue(Row, Value.CastValue(ValueType), ValueKind);