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