Worf
Well-known Member
- Joined
- Oct 30, 2011
- Messages
- 4,252
Worf submitted a new Excel article:
Excel TypeScript: Functions and Shapes - This article shows techniques to manipulate TS functions and Excel shapes.
Read more about this Excel article...
Excel TypeScript: Functions and Shapes - This article shows techniques to manipulate TS functions and Excel shapes.
This is my second TypeScript article. Today we will see how to use functions and deal with shapes and images. The example below is not exactly production code, rather an assortment of working bits that you can use as reference when developing your own projects. In a nutshell, it creates a colourful background and then inserts three transparent shapes.
The interesting TS features shown are:
- The add shape function accepts rest parameters.
- There are global variables.
- One of...
Read more about this Excel article...