diff --git a/src/en/OInt/core/Modules/OPI_GoogleSheets.os b/src/en/OInt/core/Modules/OPI_GoogleSheets.os index 9d4c657e69..a8305a3970 100644 --- a/src/en/OInt/core/Modules/OPI_GoogleSheets.os +++ b/src/en/OInt/core/Modules/OPI_GoogleSheets.os @@ -132,7 +132,7 @@ EndFunction #Region WorkingWithSheets -// AddSheet +// Add sheet // Adds a new sheet to the spreadsheet // // @@ -163,7 +163,7 @@ Function AddSheet(Val Token, Val Spreadsheet, Val Name) Export EndFunction -// DeleteSheet +// Delete sheet // Deletes a sheet from the spreadsheet // // Parameters: @@ -194,7 +194,7 @@ Function DeleteSheet(Val Token, Val Spreadsheet, Val Sheet) Export EndFunction -// CopySheet +// Copy sheet // Copies a sheet from one spreadsheet to another // // Parameters: @@ -229,7 +229,7 @@ EndFunction #Region DataManagment -// SetCellValues +// Set cell values // Sets sheet cell values // // Parameters: diff --git a/src/en/OPI/src/CommonModules/OPI_GoogleSheets/Module.bsl b/src/en/OPI/src/CommonModules/OPI_GoogleSheets/Module.bsl index 0f7f3dd3d4..a2073d71a2 100644 --- a/src/en/OPI/src/CommonModules/OPI_GoogleSheets/Module.bsl +++ b/src/en/OPI/src/CommonModules/OPI_GoogleSheets/Module.bsl @@ -132,7 +132,7 @@ EndFunction #Region WorkingWithSheets -// AddSheet +// Add sheet // Adds a new sheet to the spreadsheet // // @@ -163,7 +163,7 @@ Function AddSheet(Val Token, Val Spreadsheet, Val Name) Export EndFunction -// DeleteSheet +// Delete sheet // Deletes a sheet from the spreadsheet // // Parameters: @@ -194,7 +194,7 @@ Function DeleteSheet(Val Token, Val Spreadsheet, Val Sheet) Export EndFunction -// CopySheet +// Copy sheet // Copies a sheet from one spreadsheet to another // // Parameters: @@ -229,7 +229,7 @@ EndFunction #Region DataManagment -// SetCellValues +// Set cell values // Sets sheet cell values // // Parameters: