🎛️ Set Row Text Color
Using this block you can change the colour of text of a specific row of your spreadsheet from your app itself. Below its explained how you can perform this action
You need the SetRowTextColor block to perform this action

Inputs :
rowNumber: Index number of row you wish to taget (integer input)
color : Hex code of the colour you wish to apply (Hex Code Only)
Let’s try to execute this when button 1 is clicked, you can use it at any other event as well

Over here I have used the input of label and math numeric block you can use any other type of input as well or the text block
Now we are done with this, we will now move to the last block which is the response block
We have to use 2 blocks here, Successful and ErrorOccurred Block
Writing this is really simple as shown below


This completes our process of deleting a column using the Cloudsheets Extension
Documentation by Team Cloudsheets
Last modified 2yr ago