Image Customization in React Spreadsheet
10 Jul 20261 minute to read
Image feature allows you to view and insert an image in a spreadsheet, and you can change the height and width of the image by resizing and moving it to another position.
Height and Width
- You can change the height and width of the image by resizing.
- Use the
heightandwidthproperty in theinsertImage()method programmatically.
Top and Left
- You can change the position of the image by drag and drop.
- Use the
topandleftproperty in theinsertImage()method programmatically.