Method GetColumnTitles
GetColumnTitles(int)
Returns all the column titles(values from the first row) for the selected sheet inside of the Spreadsheet with id SpreadSheetId. This method requires the SheetsService to use OAuth authorization as it uses a data filter which reuires elevated authorization.
Declaration
public IList<string> GetColumnTitles(int sheetId)
Parameters
Type | Name | Description |
---|---|---|
int | sheetId | The sheet id. |
Returns
Type | Description |
---|---|
IList<string> | All the |