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