Search
Preparing search index...
The search index is not available
google-sheets-manager
Options
All
Public
Public/Protected
All
Inherited
Externals
Only exported
Menu
Globals
"common"
Common
Class Common
Hierarchy
Common
GoogleSheet
Index
Constructors
constructor
Properties
api
col
Index
dimension
row
Index
sheet
Id
spreadsheet
Id
Methods
get
Info
get
Sheet
Title
Constructors
constructor
new
Common
(
authClass
:
IAuthClass
, spreadsheetId
:
string
, sheetId
?:
undefined
|
number
, rowIndex
?:
undefined
|
number
, colIndexOrDimension
?:
number
|
"ROW"
|
"COLUMN"
)
:
Common
Parameters
authClass:
IAuthClass
spreadsheetId:
string
Optional
sheetId:
undefined
|
number
Optional
rowIndex:
undefined
|
number
Default value
colIndexOrDimension:
number
|
"ROW"
|
"COLUMN"
= "ROW"
Returns
Common
Properties
api
api
:
API
col
Index
col
Index
:
NonStrict
<
number
>
dimension
dimension
:
NonStrict
<
"ROW"
|
"COLUMN"
>
Optional
row
Index
row
Index
:
undefined
|
number
Optional
sheet
Id
sheet
Id
:
undefined
|
number
spreadsheet
Id
spreadsheet
Id
:
string
Methods
get
Info
get
Info
(
callback
?:
Callback
<
ISpreadsheetInfo
>
)
:
void
Parameters
Default value
callback:
Callback
<
ISpreadsheetInfo
>
= utils.noop
Returns
void
get
Sheet
Title
get
Sheet
Title
(
callback
?:
Callback
<
OrArray
<
ISheetIdentifiers
>
>
)
:
void
Parameters
Default value
callback:
Callback
<
OrArray
<
ISheetIdentifiers
>
>
= utils.noop
Returns
void
Globals
"api"
"auth-
classes/auth-
class"
"auth-
classes/service-
account"
"common"
"constants"
"index"
"sheets/google-
sheet"
"utils/errors"
"utils/type_
alias"
"utils/utils"
Common
constructor
api
col
Index
dimension
row
Index
sheet
Id
spreadsheet
Id
get
Info
get
Sheet
Title