Concepts from our API mirror the corresponding concepts from Office Interop Excel API.
Here we iterate over a range in two loops. We need to:
- Check if one can iterate over the
Range in one loop.
- If this is the case, change our API so that
Action and Event objects have cells attached to them as a flat array instead of a two-dimensional one.
Concepts from our API mirror the corresponding concepts from Office Interop Excel API.
Here we iterate over a range in two loops. We need to:
Rangein one loop.ActionandEventobjects havecellsattached to them as a flat array instead of a two-dimensional one.