x <- list(sheetId = 1234, title = "my_favorite_worksheet")
field_mask(x)
x <- list(
userEnteredFormat = list(
backgroundColor = list(
red = 159 / 255, green = 183 / 255, blue = 196 / 255
)
)
)
field_mask(x)
x <- list(
sheetId = 1234,
gridProperties = list(rowCount = 5, columnCount = 3)
)
field_mask(x)
Run the code above in your browser using DataLab