N
N
Natalie2018-08-10 20:59:36
Google Sheets
Natalie, 2018-08-10 20:59:36

How to hide a column in Google Spreadsheet?

How to hide a column in Google Spreadsheet? With a script

var ss = SpreadsheetApp.getActiveSpreadsheet();
var sheet = ss.getSheets()[0];
// Hides the first column
sheet.hideColumns(1);

I found such a script, but something works every other time, if it works at all.

Answer the question

In order to leave comments, you need to log in

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question