Microsoft Excel
Read and write Excel workbooks stored in OneDrive or SharePoint.
Authentication
This connector uses OAuth 2.0 authentication.
info
Set up your connection in the Abstra Console before using it in your workflows.
How to use
Using the Smart Chat
Execute the action "CHOOSE_ONE_ACTION_BELOW" from my connector "YOUR_CONNECTOR_NAME" using the params "PARAMS_HERE".
Using the Web Editor
from abstra.connectors import run_connection_action
result = run_connection_action(
connection_name="your_connection_name",
action_name="your_action_name",
params={
"param1": "value1",
"param2": "value2"
})
Available Actions
This connector provides 1765 actions:
| Action | Purpose | Parameters |
|---|---|---|
| get_drives_by_drive_id_items_by_drive_item_id_workbook | For files that are Excel spreadsheets, access to the workbook API to work with the spreadsheet's contents. Nullable. | drive-id (string) driveItem-id (string) $select (array) $expand (array) |
| patch_drives_by_drive_id_items_by_drive_item_id_workbook | Update the navigation property workbook in drives | drive-id (string) driveItem-id (string) data (undefined) required |
| delete_drives_by_drive_id_items_by_drive_item_id_workbook | Delete navigation property workbook for drives | drive-id (string) driveItem-id (string) If-Match (string) |
| get_drives_by_drive_id_items_by_drive_item_id_workbook_application | Get application from drives | drive-id (string) driveItem-id (string) $select (array) $expand (array) |
| patch_drives_by_drive_id_items_by_drive_item_id_workbook_application | Update the navigation property application in drives | drive-id (string) driveItem-id (string) data (undefined) required |
| delete_drives_by_drive_id_items_by_drive_item_id_workbook_application | Delete navigation property application for drives | drive-id (string) driveItem-id (string) If-Match (string) |
| post_drives_by_drive_id_items_by_drive_item_id_workbook_application_calculate | Recalculate all currently opened workbooks in Excel. | drive-id (string) driveItem-id (string) data: { . calculationType (string) } (object) required |
| get_drives_by_drive_id_items_by_drive_item_id_workbook_comments | Represents a collection of comments in a workbook. | drive-id (string) driveItem-id (string) $top (integer) $orderby (array) $select (array) $expand (array) |
| post_drives_by_drive_id_items_by_drive_item_id_workbook_comments | Create new navigation property to comments for drives | drive-id (string) driveItem-id (string) data (undefined) required |
| get_drives_by_drive_id_items_by_drive_item_id_workbook_comments_by_workbook_comment_id | Represents a collection of comments in a workbook. | drive-id (string) driveItem-id (string) workbookComment-id (string) $select (array) $expand (array) |
| patch_drives_by_drive_id_items_by_drive_item_id_workbook_comments_by_workbook_comment_id | Update the navigation property comments in drives | drive-id (string) driveItem-id (string) workbookComment-id (string) data (undefined) required |
| delete_drives_by_drive_id_items_by_drive_item_id_workbook_comments_by_workbook_comment_id | Delete navigation property comments for drives | drive-id (string) driveItem-id (string) workbookComment-id (string) If-Match (string) |
| get_drives_by_drive_id_items_by_drive_item_id_workbook_comments_by_workbook_comment_id_replies | The list of replies to the comment. Read-only. Nullable. | drive-id (string) driveItem-id (string) workbookComment-id (string) $top (integer) $orderby (array) $select (array) $expand (array) |
| post_drives_by_drive_id_items_by_drive_item_id_workbook_comments_by_workbook_comment_id_replies | Create new navigation property to replies for drives | drive-id (string) driveItem-id (string) workbookComment-id (string) data (undefined) required |
| get_drives_by_drive_id_items_by_drive_item_id_workbook_comments_by_workbook_comment_id_replies_by_workbook_comment_reply_id | The list of replies to the comment. Read-only. Nullable. | drive-id (string) driveItem-id (string) workbookComment-id (string) workbookCommentReply-id (string) $select (array) $expand (array) |
| patch_drives_by_drive_id_items_by_drive_item_id_workbook_comments_by_workbook_comment_id_replies_by_workbook_comment_reply_id | Update the navigation property replies in drives | drive-id (string) driveItem-id (string) workbookComment-id (string) workbookCommentReply-id (string) data (undefined) required |
| delete_drives_by_drive_id_items_by_drive_item_id_workbook_comments_by_workbook_comment_id_replies_by_workbook_comment_reply_id | Delete navigation property replies for drives | drive-id (string) driveItem-id (string) workbookComment-id (string) workbookCommentReply-id (string) If-Match (string) |
| get_drives_by_drive_id_items_by_drive_item_id_workbook_comments_by_workbook_comment_id_replies_count | Get the number of the resource | drive-id (string) driveItem-id (string) workbookComment-id (string) $search (string) |
| get_drives_by_drive_id_items_by_drive_item_id_workbook_comments_count | Get the number of the resource | drive-id (string) driveItem-id (string) $search (string) |
| get_drives_by_drive_id_items_by_drive_item_id_workbook_functions | Get functions from drives | drive-id (string) driveItem-id (string) $select (array) $expand (array) |
| patch_drives_by_drive_id_items_by_drive_item_id_workbook_functions | Update the navigation property functions in drives | drive-id (string) driveItem-id (string) data (undefined) required |
| delete_drives_by_drive_id_items_by_drive_item_id_workbook_functions | Delete navigation property functions for drives | drive-id (string) driveItem-id (string) If-Match (string) |
| post_drives_by_drive_id_items_by_drive_item_id_workbook_functions_abs | Invoke action abs | drive-id (string) driveItem-id (string) data: { . number } (object) required |
| post_drives_by_drive_id_items_by_drive_item_id_workbook_functions_accr_int | Invoke action accrInt | drive-id (string) driveItem-id (string) data: { . issue . firstInterest . settlement . rate . par . frequency . basis . calcMethod } (object) required |
| post_drives_by_drive_id_items_by_drive_item_id_workbook_functions_accr_int_m | Invoke action accrIntM | drive-id (string) driveItem-id (string) data: { . issue . settlement . rate . par . basis } (object) required |
| post_drives_by_drive_id_items_by_drive_item_id_workbook_functions_acos | Invoke action acos | drive-id (string) driveItem-id (string) data: { . number } (object) required |
| post_drives_by_drive_id_items_by_drive_item_id_workbook_functions_acosh | Invoke action acosh | drive-id (string) driveItem-id (string) data: { . number } (object) required |
| post_drives_by_drive_id_items_by_drive_item_id_workbook_functions_acot | Invoke action acot | drive-id (string) driveItem-id (string) data: { . number } (object) required |
| post_drives_by_drive_id_items_by_drive_item_id_workbook_functions_acoth | Invoke action acoth | drive-id (string) driveItem-id (string) data: { . number } (object) required |
| post_drives_by_drive_id_items_by_drive_item_id_workbook_functions_amor_degrc | Invoke action amorDegrc | drive-id (string) driveItem-id (string) data: { . cost . datePurchased . firstPeriod . salvage . period . rate . basis } (object) required |
| post_drives_by_drive_id_items_by_drive_item_id_workbook_functions_amor_linc | Invoke action amorLinc | drive-id (string) driveItem-id (string) data: { . cost . datePurchased . firstPeriod . salvage . period . rate . basis } (object) required |
| post_drives_by_drive_id_items_by_drive_item_id_workbook_functions_and | Invoke action and | drive-id (string) driveItem-id (string) data: { . values } (object) required |
| post_drives_by_drive_id_items_by_drive_item_id_workbook_functions_arabic | Invoke action arabic | drive-id (string) driveItem-id (string) data: { . text } (object) required |
| post_drives_by_drive_id_items_by_drive_item_id_workbook_functions_areas | Invoke action areas | drive-id (string) driveItem-id (string) data: { . reference } (object) required |
| post_drives_by_drive_id_items_by_drive_item_id_workbook_functions_asc | Invoke action asc | drive-id (string) driveItem-id (string) data: { . text } (object) required |
| post_drives_by_drive_id_items_by_drive_item_id_workbook_functions_asin | Invoke action asin | drive-id (string) driveItem-id (string) data: { . number } (object) required |
| post_drives_by_drive_id_items_by_drive_item_id_workbook_functions_asinh | Invoke action asinh | drive-id (string) driveItem-id (string) data: { . number } (object) required |
| post_drives_by_drive_id_items_by_drive_item_id_workbook_functions_atan | Invoke action atan | drive-id (string) driveItem-id (string) data: { . number } (object) required |
| post_drives_by_drive_id_items_by_drive_item_id_workbook_functions_atan2 | Invoke action atan2 | drive-id (string) driveItem-id (string) data: { . xNum . yNum } (object) required |
| post_drives_by_drive_id_items_by_drive_item_id_workbook_functions_atanh | Invoke action atanh | drive-id (string) driveItem-id (string) data: { . number } (object) required |
| post_drives_by_drive_id_items_by_drive_item_id_workbook_functions_ave_dev | Invoke action aveDev | drive-id (string) driveItem-id (string) data: { . values } (object) required |
| post_drives_by_drive_id_items_by_drive_item_id_workbook_functions_average | Invoke action average | drive-id (string) driveItem-id (string) data: { . values } (object) required |
| post_drives_by_drive_id_items_by_drive_item_id_workbook_functions_average_a | Invoke action averageA | drive-id (string) driveItem-id (string) data: { . values } (object) required |
| post_drives_by_drive_id_items_by_drive_item_id_workbook_functions_average_if | Invoke action averageIf | drive-id (string) driveItem-id (string) data: { . range . criteria . averageRange } (object) required |
| post_drives_by_drive_id_items_by_drive_item_id_workbook_functions_average_ifs | Invoke action averageIfs | drive-id (string) driveItem-id (string) data: { . averageRange . values } (object) required |
| post_drives_by_drive_id_items_by_drive_item_id_workbook_functions_baht_text | Invoke action bahtText | drive-id (string) driveItem-id (string) data: { . number } (object) required |
| post_drives_by_drive_id_items_by_drive_item_id_workbook_functions_base | Invoke action base | drive-id (string) driveItem-id (string) data: { . number . radix . minLength } (object) required |
| post_drives_by_drive_id_items_by_drive_item_id_workbook_functions_bessel_i | Invoke action besselI | drive-id (string) driveItem-id (string) data: { . x . n } (object) required |
| post_drives_by_drive_id_items_by_drive_item_id_workbook_functions_bessel_j | Invoke action besselJ | drive-id (string) driveItem-id (string) data: { . x . n } (object) required |
| post_drives_by_drive_id_items_by_drive_item_id_workbook_functions_bessel_k | Invoke action besselK | drive-id (string) driveItem-id (string) data: { . x . n } (object) required |
| post_drives_by_drive_id_items_by_drive_item_id_workbook_functions_bessel_y | Invoke action besselY | drive-id (string) driveItem-id (string) data: { . x . n } (object) required |
| post_drives_by_drive_id_items_by_drive_item_id_workbook_functions_beta_dist | Invoke action beta_Dist | drive-id (string) driveItem-id (string) data: { . x . alpha . beta . cumulative . A . B } (object) required |
| post_drives_by_drive_id_items_by_drive_item_id_workbook_functions_beta_inv | Invoke action beta_Inv | drive-id (string) driveItem-id (string) data: { . probability . alpha . beta . A . B } (object) required |
| post_drives_by_drive_id_items_by_drive_item_id_workbook_functions_bin2dec | Invoke action bin2Dec | drive-id (string) driveItem-id (string) data: { . number } (object) required |
| post_drives_by_drive_id_items_by_drive_item_id_workbook_functions_bin2hex | Invoke action bin2Hex | drive-id (string) driveItem-id (string) data: { . number . places } (object) required |
| post_drives_by_drive_id_items_by_drive_item_id_workbook_functions_bin2oct | Invoke action bin2Oct | drive-id (string) driveItem-id (string) data: { . number . places } (object) required |
| post_drives_by_drive_id_items_by_drive_item_id_workbook_functions_binom_dist | Invoke action binom_Dist | drive-id (string) driveItem-id (string) data: { . numberS . trials . probabilityS . cumulative } (object) required |
| post_drives_by_drive_id_items_by_drive_item_id_workbook_functions_binom_dist_range | Invoke action binom_Dist_Range | drive-id (string) driveItem-id (string) data: { . trials . probabilityS . numberS . numberS2 } (object) required |
| post_drives_by_drive_id_items_by_drive_item_id_workbook_functions_binom_inv | Invoke action binom_Inv | drive-id (string) driveItem-id (string) data: { . trials . probabilityS . alpha } (object) required |
| post_drives_by_drive_id_items_by_drive_item_id_workbook_functions_bitand | Invoke action bitand | drive-id (string) driveItem-id (string) data: { . number1 . number2 } (object) required |
| post_drives_by_drive_id_items_by_drive_item_id_workbook_functions_bitlshift | Invoke action bitlshift | drive-id (string) driveItem-id (string) data: { . number . shiftAmount } (object) required |
| post_drives_by_drive_id_items_by_drive_item_id_workbook_functions_bitor | Invoke action bitor | drive-id (string) driveItem-id (string) data: { . number1 . number2 } (object) required |
| post_drives_by_drive_id_items_by_drive_item_id_workbook_functions_bitrshift | Invoke action bitrshift | drive-id (string) driveItem-id (string) data: { . number . shiftAmount } (object) required |
| post_drives_by_drive_id_items_by_drive_item_id_workbook_functions_bitxor | Invoke action bitxor | drive-id (string) driveItem-id (string) data: { . number1 . number2 } (object) required |
| post_drives_by_drive_id_items_by_drive_item_id_workbook_functions_ceiling_math | Invoke action ceiling_Math | drive-id (string) driveItem-id (string) data: { . number . significance . mode } (object) required |
| post_drives_by_drive_id_items_by_drive_item_id_workbook_functions_ceiling_precise | Invoke action ceiling_Precise | drive-id (string) driveItem-id (string) data: { . number . significance } (object) required |
| post_drives_by_drive_id_items_by_drive_item_id_workbook_functions_char | Invoke action char | drive-id (string) driveItem-id (string) data: { . number } (object) required |
| post_drives_by_drive_id_items_by_drive_item_id_workbook_functions_chi_sq_dist | Invoke action chiSq_Dist | drive-id (string) driveItem-id (string) data: { . x . degFreedom . cumulative } (object) required |
| post_drives_by_drive_id_items_by_drive_item_id_workbook_functions_chi_sq_dist_rt | Invoke action chiSq_Dist_RT | drive-id (string) driveItem-id (string) data: { . x . degFreedom } (object) required |
| post_drives_by_drive_id_items_by_drive_item_id_workbook_functions_chi_sq_inv | Invoke action chiSq_Inv | drive-id (string) driveItem-id (string) data: { . probability . degFreedom } (object) required |
| post_drives_by_drive_id_items_by_drive_item_id_workbook_functions_chi_sq_inv_rt | Invoke action chiSq_Inv_RT | drive-id (string) driveItem-id (string) data: { . probability . degFreedom } (object) required |
| post_drives_by_drive_id_items_by_drive_item_id_workbook_functions_choose | Invoke action choose | drive-id (string) driveItem-id (string) data: { . indexNum . values } (object) required |
| post_drives_by_drive_id_items_by_drive_item_id_workbook_functions_clean | Invoke action clean | drive-id (string) driveItem-id (string) data: { . text } (object) required |
| post_drives_by_drive_id_items_by_drive_item_id_workbook_functions_code | Invoke action code | drive-id (string) driveItem-id (string) data: { . text } (object) required |
| post_drives_by_drive_id_items_by_drive_item_id_workbook_functions_columns | Invoke action columns | drive-id (string) driveItem-id (string) data: { . array } (object) required |
| post_drives_by_drive_id_items_by_drive_item_id_workbook_functions_combin | Invoke action combin | drive-id (string) driveItem-id (string) data: { . number . numberChosen } (object) required |
| post_drives_by_drive_id_items_by_drive_item_id_workbook_functions_combina | Invoke action combina | drive-id (string) driveItem-id (string) data: { . number . numberChosen } (object) required |
| post_drives_by_drive_id_items_by_drive_item_id_workbook_functions_complex | Invoke action complex | drive-id (string) driveItem-id (string) data: { . realNum . iNum . suffix } (object) required |
| post_drives_by_drive_id_items_by_drive_item_id_workbook_functions_concatenate | Invoke action concatenate | drive-id (string) driveItem-id (string) data: { . values } (object) required |
| post_drives_by_drive_id_items_by_drive_item_id_workbook_functions_confidence_norm | Invoke action confidence_Norm | drive-id (string) driveItem-id (string) data: { . alpha . standardDev . size } (object) required |
| post_drives_by_drive_id_items_by_drive_item_id_workbook_functions_confidence_t | Invoke action confidence_T | drive-id (string) driveItem-id (string) data: { . alpha . standardDev . size } (object) required |
| post_drives_by_drive_id_items_by_drive_item_id_workbook_functions_convert | Invoke action convert | drive-id (string) driveItem-id (string) data: { . number . fromUnit . toUnit } (object) required |
| post_drives_by_drive_id_items_by_drive_item_id_workbook_functions_cos | Invoke action cos | drive-id (string) driveItem-id (string) data: { . number } (object) required |
| post_drives_by_drive_id_items_by_drive_item_id_workbook_functions_cosh | Invoke action cosh | drive-id (string) driveItem-id (string) data: { . number } (object) required |
| post_drives_by_drive_id_items_by_drive_item_id_workbook_functions_cot | Invoke action cot | drive-id (string) driveItem-id (string) data: { . number } (object) required |
| post_drives_by_drive_id_items_by_drive_item_id_workbook_functions_coth | Invoke action coth | drive-id (string) driveItem-id (string) data: { . number } (object) required |
| post_drives_by_drive_id_items_by_drive_item_id_workbook_functions_count | Invoke action count | drive-id (string) driveItem-id (string) data: { . values } (object) required |
| post_drives_by_drive_id_items_by_drive_item_id_workbook_functions_count_a | Invoke action countA | drive-id (string) driveItem-id (string) data: { . values } (object) required |
| post_drives_by_drive_id_items_by_drive_item_id_workbook_functions_count_blank | Invoke action countBlank | drive-id (string) driveItem-id (string) data: { . range } (object) required |
| post_drives_by_drive_id_items_by_drive_item_id_workbook_functions_count_if | Invoke action countIf | drive-id (string) driveItem-id (string) data: { . range . criteria } (object) required |
| post_drives_by_drive_id_items_by_drive_item_id_workbook_functions_count_ifs | Invoke action countIfs | drive-id (string) driveItem-id (string) data: { . values } (object) required |
| post_drives_by_drive_id_items_by_drive_item_id_workbook_functions_coup_day_bs | Invoke action coupDayBs | drive-id (string) driveItem-id (string) data: { . settlement . maturity . frequency . basis } (object) required |
| post_drives_by_drive_id_items_by_drive_item_id_workbook_functions_coup_days | Invoke action coupDays | drive-id (string) driveItem-id (string) data: { . settlement . maturity . frequency . basis } (object) required |
| post_drives_by_drive_id_items_by_drive_item_id_workbook_functions_coup_days_nc | Invoke action coupDaysNc | drive-id (string) driveItem-id (string) data: { . settlement . maturity . frequency . basis } (object) required |
| post_drives_by_drive_id_items_by_drive_item_id_workbook_functions_coup_ncd | Invoke action coupNcd | drive-id (string) driveItem-id (string) data: { . settlement . maturity . frequency . basis } (object) required |
| post_drives_by_drive_id_items_by_drive_item_id_workbook_functions_coup_num | Invoke action coupNum | drive-id (string) driveItem-id (string) data: { . settlement . maturity . frequency . basis } (object) required |
| post_drives_by_drive_id_items_by_drive_item_id_workbook_functions_coup_pcd | Invoke action coupPcd | drive-id (string) driveItem-id (string) data: { . settlement . maturity . frequency . basis } (object) required |
| post_drives_by_drive_id_items_by_drive_item_id_workbook_functions_csc | Invoke action csc | drive-id (string) driveItem-id (string) data: { . number } (object) required |
| post_drives_by_drive_id_items_by_drive_item_id_workbook_functions_csch | Invoke action csch | drive-id (string) driveItem-id (string) data: { . number } (object) required |
| post_drives_by_drive_id_items_by_drive_item_id_workbook_functions_cum_ipmt | Invoke action cumIPmt | drive-id (string) driveItem-id (string) data: { . rate . nper . pv . startPeriod . endPeriod . type } (object) required |
| post_drives_by_drive_id_items_by_drive_item_id_workbook_functions_cum_princ | Invoke action cumPrinc | drive-id (string) driveItem-id (string) data: { . rate . nper . pv . startPeriod . endPeriod . type } (object) required |
| post_drives_by_drive_id_items_by_drive_item_id_workbook_functions_date | Invoke action date | drive-id (string) driveItem-id (string) data: { . year . month . day } (object) required |
| post_drives_by_drive_id_items_by_drive_item_id_workbook_functions_datevalue | Invoke action datevalue | drive-id (string) driveItem-id (string) data: { . dateText } (object) required |
| post_drives_by_drive_id_items_by_drive_item_id_workbook_functions_daverage | Invoke action daverage | drive-id (string) driveItem-id (string) data: { . database . field . criteria } (object) required |
| post_drives_by_drive_id_items_by_drive_item_id_workbook_functions_day | Invoke action day | drive-id (string) driveItem-id (string) data: { . serialNumber } (object) required |
| post_drives_by_drive_id_items_by_drive_item_id_workbook_functions_days | Invoke action days | drive-id (string) driveItem-id (string) data: { . endDate . startDate } (object) required |
| post_drives_by_drive_id_items_by_drive_item_id_workbook_functions_days360 | Invoke action days360 | drive-id (string) driveItem-id (string) data: { . startDate . endDate . method } (object) required |
| post_drives_by_drive_id_items_by_drive_item_id_workbook_functions_db | Invoke action db | drive-id (string) driveItem-id (string) data: { . cost . salvage . life . period . month } (object) required |
| post_drives_by_drive_id_items_by_drive_item_id_workbook_functions_dbcs | Invoke action dbcs | drive-id (string) driveItem-id (string) data: { . text } (object) required |
| post_drives_by_drive_id_items_by_drive_item_id_workbook_functions_dcount | Invoke action dcount | drive-id (string) driveItem-id (string) data: { . database . field . criteria } (object) required |
| post_drives_by_drive_id_items_by_drive_item_id_workbook_functions_dcount_a | Invoke action dcountA | drive-id (string) driveItem-id (string) data: { . database . field . criteria } (object) required |
| post_drives_by_drive_id_items_by_drive_item_id_workbook_functions_ddb | Invoke action ddb | drive-id (string) driveItem-id (string) data: { . cost . salvage . life . period . factor } (object) required |
| post_drives_by_drive_id_items_by_drive_item_id_workbook_functions_dec2bin | Invoke action dec2Bin | drive-id (string) driveItem-id (string) data: { . number . places } (object) required |
| post_drives_by_drive_id_items_by_drive_item_id_workbook_functions_dec2hex | Invoke action dec2Hex | drive-id (string) driveItem-id (string) data: { . number . places } (object) required |
| post_drives_by_drive_id_items_by_drive_item_id_workbook_functions_dec2oct | Invoke action dec2Oct | drive-id (string) driveItem-id (string) data: { . number . places } (object) required |
| post_drives_by_drive_id_items_by_drive_item_id_workbook_functions_decimal | Invoke action decimal | drive-id (string) driveItem-id (string) data: { . number . radix } (object) required |
| post_drives_by_drive_id_items_by_drive_item_id_workbook_functions_degrees | Invoke action degrees | drive-id (string) driveItem-id (string) data: { . angle } (object) required |
| post_drives_by_drive_id_items_by_drive_item_id_workbook_functions_delta | Invoke action delta | drive-id (string) driveItem-id (string) data: { . number1 . number2 } (object) required |
| post_drives_by_drive_id_items_by_drive_item_id_workbook_functions_dev_sq | Invoke action devSq | drive-id (string) driveItem-id (string) data: { . values } (object) required |
| post_drives_by_drive_id_items_by_drive_item_id_workbook_functions_dget | Invoke action dget | drive-id (string) driveItem-id (string) data: { . database . field . criteria } (object) required |
| post_drives_by_drive_id_items_by_drive_item_id_workbook_functions_disc | Invoke action disc | drive-id (string) driveItem-id (string) data: { . settlement . maturity . pr . redemption . basis } (object) required |
| post_drives_by_drive_id_items_by_drive_item_id_workbook_functions_dmax | Invoke action dmax | drive-id (string) driveItem-id (string) data: { . database . field . criteria } (object) required |
| post_drives_by_drive_id_items_by_drive_item_id_workbook_functions_dmin | Invoke action dmin | drive-id (string) driveItem-id (string) data: { . database . field . criteria } (object) required |
| post_drives_by_drive_id_items_by_drive_item_id_workbook_functions_dollar | Invoke action dollar | drive-id (string) driveItem-id (string) data: { . number . decimals } (object) required |
| post_drives_by_drive_id_items_by_drive_item_id_workbook_functions_dollar_de | Invoke action dollarDe | drive-id (string) driveItem-id (string) data: { . fractionalDollar . fraction } (object) required |
| post_drives_by_drive_id_items_by_drive_item_id_workbook_functions_dollar_fr | Invoke action dollarFr | drive-id (string) driveItem-id (string) data: { . decimalDollar . fraction } (object) required |
| post_drives_by_drive_id_items_by_drive_item_id_workbook_functions_dproduct | Invoke action dproduct | drive-id (string) driveItem-id (string) data: { . database . field . criteria } (object) required |
| post_drives_by_drive_id_items_by_drive_item_id_workbook_functions_dst_dev | Invoke action dstDev | drive-id (string) driveItem-id (string) data: { . database . field . criteria } (object) required |
| post_drives_by_drive_id_items_by_drive_item_id_workbook_functions_dst_dev_p | Invoke action dstDevP | drive-id (string) driveItem-id (string) data: { . database . field . criteria } (object) required |
| post_drives_by_drive_id_items_by_drive_item_id_workbook_functions_dsum | Invoke action dsum | drive-id (string) driveItem-id (string) data: { . database . field . criteria } (object) required |
| post_drives_by_drive_id_items_by_drive_item_id_workbook_functions_duration | Invoke action duration | drive-id (string) driveItem-id (string) data: { . settlement . maturity . coupon . yld . frequency . basis } (object) required |
| post_drives_by_drive_id_items_by_drive_item_id_workbook_functions_dvar | Invoke action dvar | drive-id (string) driveItem-id (string) data: { . database . field . criteria } (object) required |
| post_drives_by_drive_id_items_by_drive_item_id_workbook_functions_dvar_p | Invoke action dvarP | drive-id (string) driveItem-id (string) data: { . database . field . criteria } (object) required |
| post_drives_by_drive_id_items_by_drive_item_id_workbook_functions_ecma_ceiling | Invoke action ecma_Ceiling | drive-id (string) driveItem-id (string) data: { . number . significance } (object) required |
| post_drives_by_drive_id_items_by_drive_item_id_workbook_functions_edate | Invoke action edate | drive-id (string) driveItem-id (string) data: { . startDate . months } (object) required |
| post_drives_by_drive_id_items_by_drive_item_id_workbook_functions_effect | Invoke action effect | drive-id (string) driveItem-id (string) data: { . nominalRate . npery } (object) required |
| post_drives_by_drive_id_items_by_drive_item_id_workbook_functions_eo_month | Invoke action eoMonth | drive-id (string) driveItem-id (string) data: { . startDate . months } (object) required |
| post_drives_by_drive_id_items_by_drive_item_id_workbook_functions_erf | Invoke action erf | drive-id (string) driveItem-id (string) data: { . lowerLimit . upperLimit } (object) required |
| post_drives_by_drive_id_items_by_drive_item_id_workbook_functions_erf_precise | Invoke action erf_Precise | drive-id (string) driveItem-id (string) data: { . X } (object) required |
| post_drives_by_drive_id_items_by_drive_item_id_workbook_functions_erf_c | Invoke action erfC | drive-id (string) driveItem-id (string) data: { . x } (object) required |
| post_drives_by_drive_id_items_by_drive_item_id_workbook_functions_erf_c_precise | Invoke action erfC_Precise | drive-id (string) driveItem-id (string) data: { . X } (object) required |
| post_drives_by_drive_id_items_by_drive_item_id_workbook_functions_error_type | Invoke action error_Type | drive-id (string) driveItem-id (string) data: { . errorVal } (object) required |
| post_drives_by_drive_id_items_by_drive_item_id_workbook_functions_even | Invoke action even | drive-id (string) driveItem-id (string) data: { . number } (object) required |
| post_drives_by_drive_id_items_by_drive_item_id_workbook_functions_exact | Invoke action exact | drive-id (string) driveItem-id (string) data: { . text1 . text2 } (object) required |
| post_drives_by_drive_id_items_by_drive_item_id_workbook_functions_exp | Invoke action exp | drive-id (string) driveItem-id (string) data: { . number } (object) required |
| post_drives_by_drive_id_items_by_drive_item_id_workbook_functions_expon_dist | Invoke action expon_Dist | drive-id (string) driveItem-id (string) data: { . x . lambda . cumulative } (object) required |
| post_drives_by_drive_id_items_by_drive_item_id_workbook_functions_f_dist | Invoke action f_Dist | drive-id (string) driveItem-id (string) data: { . x . degFreedom1 . degFreedom2 . cumulative } (object) required |
| post_drives_by_drive_id_items_by_drive_item_id_workbook_functions_f_dist_rt | Invoke action f_Dist_RT | drive-id (string) driveItem-id (string) data: { . x . degFreedom1 . degFreedom2 } (object) required |
| post_drives_by_drive_id_items_by_drive_item_id_workbook_functions_f_inv | Invoke action f_Inv | drive-id (string) driveItem-id (string) data: { . probability . degFreedom1 . degFreedom2 } (object) required |
| post_drives_by_drive_id_items_by_drive_item_id_workbook_functions_f_inv_rt | Invoke action f_Inv_RT | drive-id (string) driveItem-id (string) data: { . probability . degFreedom1 . degFreedom2 } (object) required |
| post_drives_by_drive_id_items_by_drive_item_id_workbook_functions_fact | Invoke action fact | drive-id (string) driveItem-id (string) data: { . number } (object) required |
| post_drives_by_drive_id_items_by_drive_item_id_workbook_functions_fact_double | Invoke action factDouble | drive-id (string) driveItem-id (string) data: { . number } (object) required |
| post_drives_by_drive_id_items_by_drive_item_id_workbook_functions_false | Invoke action false | drive-id (string) driveItem-id (string) |
| post_drives_by_drive_id_items_by_drive_item_id_workbook_functions_find | Invoke action find | drive-id (string) driveItem-id (string) data: { . findText . withinText . startNum } (object) required |
| post_drives_by_drive_id_items_by_drive_item_id_workbook_functions_find_b | Invoke action findB | drive-id (string) driveItem-id (string) data: { . findText . withinText . startNum } (object) required |
| post_drives_by_drive_id_items_by_drive_item_id_workbook_functions_fisher | Invoke action fisher | drive-id (string) driveItem-id (string) data: { . x } (object) required |
| post_drives_by_drive_id_items_by_drive_item_id_workbook_functions_fisher_inv | Invoke action fisherInv | drive-id (string) driveItem-id (string) data: { . y } (object) required |
| post_drives_by_drive_id_items_by_drive_item_id_workbook_functions_fixed | Invoke action fixed | drive-id (string) driveItem-id (string) data: { . number . decimals . noCommas } (object) required |
| post_drives_by_drive_id_items_by_drive_item_id_workbook_functions_floor_math | Invoke action floor_Math | drive-id (string) driveItem-id (string) data: { . number . significance . mode } (object) required |
| post_drives_by_drive_id_items_by_drive_item_id_workbook_functions_floor_precise | Invoke action floor_Precise | drive-id (string) driveItem-id (string) data: { . number . significance } (object) required |
| post_drives_by_drive_id_items_by_drive_item_id_workbook_functions_fv | Invoke action fv | drive-id (string) driveItem-id (string) data: { . rate . nper . pmt . pv . type } (object) required |
| post_drives_by_drive_id_items_by_drive_item_id_workbook_functions_fvschedule | Invoke action fvschedule | drive-id (string) driveItem-id (string) data: { . principal . schedule } (object) required |
| post_drives_by_drive_id_items_by_drive_item_id_workbook_functions_gamma | Invoke action gamma | drive-id (string) driveItem-id (string) data: { . x } (object) required |
| post_drives_by_drive_id_items_by_drive_item_id_workbook_functions_gamma_dist | Invoke action gamma_Dist | drive-id (string) driveItem-id (string) data: { . x . alpha . beta . cumulative } (object) required |
| post_drives_by_drive_id_items_by_drive_item_id_workbook_functions_gamma_inv | Invoke action gamma_Inv | drive-id (string) driveItem-id (string) data: { . probability . alpha . beta } (object) required |
| post_drives_by_drive_id_items_by_drive_item_id_workbook_functions_gamma_ln | Invoke action gammaLn | drive-id (string) driveItem-id (string) data: { . x } (object) required |
| post_drives_by_drive_id_items_by_drive_item_id_workbook_functions_gamma_ln_precise | Invoke action gammaLn_Precise | drive-id (string) driveItem-id (string) data: { . x } (object) required |
| post_drives_by_drive_id_items_by_drive_item_id_workbook_functions_gauss | Invoke action gauss | drive-id (string) driveItem-id (string) data: { . x } (object) required |
| post_drives_by_drive_id_items_by_drive_item_id_workbook_functions_gcd | Invoke action gcd | drive-id (string) driveItem-id (string) data: { . values } (object) required |
| post_drives_by_drive_id_items_by_drive_item_id_workbook_functions_geo_mean | Invoke action geoMean | drive-id (string) driveItem-id (string) data: { . values } (object) required |
| post_drives_by_drive_id_items_by_drive_item_id_workbook_functions_ge_step | Invoke action geStep | drive-id (string) driveItem-id (string) data: { . number . step } (object) required |
| post_drives_by_drive_id_items_by_drive_item_id_workbook_functions_har_mean | Invoke action harMean | drive-id (string) driveItem-id (string) data: { . values } (object) required |
| post_drives_by_drive_id_items_by_drive_item_id_workbook_functions_hex2bin | Invoke action hex2Bin | drive-id (string) driveItem-id (string) data: { . number . places } (object) required |
| post_drives_by_drive_id_items_by_drive_item_id_workbook_functions_hex2dec | Invoke action hex2Dec | drive-id (string) driveItem-id (string) data: { . number } (object) required |
| post_drives_by_drive_id_items_by_drive_item_id_workbook_functions_hex2oct | Invoke action hex2Oct | drive-id (string) driveItem-id (string) data: { . number . places } (object) required |
| post_drives_by_drive_id_items_by_drive_item_id_workbook_functions_hlookup | Invoke action hlookup | drive-id (string) driveItem-id (string) data: { . lookupValue . tableArray . rowIndexNum . rangeLookup } (object) required |
| post_drives_by_drive_id_items_by_drive_item_id_workbook_functions_hour | Invoke action hour | drive-id (string) driveItem-id (string) data: { . serialNumber } (object) required |
| post_drives_by_drive_id_items_by_drive_item_id_workbook_functions_hyperlink | Invoke action hyperlink | drive-id (string) driveItem-id (string) data: { . linkLocation . friendlyName } (object) required |
| post_drives_by_drive_id_items_by_drive_item_id_workbook_functions_hyp_geom_dist | Invoke action hypGeom_Dist | drive-id (string) driveItem-id (string) data: { . sampleS . numberSample . populationS . numberPop . cumulative } (object) required |
| post_drives_by_drive_id_items_by_drive_item_id_workbook_functions_if | Invoke action if | drive-id (string) driveItem-id (string) data: { . logicalTest . valueIfTrue . valueIfFalse } (object) required |
| post_drives_by_drive_id_items_by_drive_item_id_workbook_functions_im_abs | Invoke action imAbs | drive-id (string) driveItem-id (string) data: { . inumber } (object) required |
| post_drives_by_drive_id_items_by_drive_item_id_workbook_functions_imaginary | Invoke action imaginary | drive-id (string) driveItem-id (string) data: { . inumber } (object) required |
| post_drives_by_drive_id_items_by_drive_item_id_workbook_functions_im_argument | Invoke action imArgument | drive-id (string) driveItem-id (string) data: { . inumber } (object) required |
| post_drives_by_drive_id_items_by_drive_item_id_workbook_functions_im_conjugate | Invoke action imConjugate | drive-id (string) driveItem-id (string) data: { . inumber } (object) required |
| post_drives_by_drive_id_items_by_drive_item_id_workbook_functions_im_cos | Invoke action imCos | drive-id (string) driveItem-id (string) data: { . inumber } (object) required |
| post_drives_by_drive_id_items_by_drive_item_id_workbook_functions_im_cosh | Invoke action imCosh | drive-id (string) driveItem-id (string) data: { . inumber } (object) required |
| post_drives_by_drive_id_items_by_drive_item_id_workbook_functions_im_cot | Invoke action imCot | drive-id (string) driveItem-id (string) data: { . inumber } (object) required |
| post_drives_by_drive_id_items_by_drive_item_id_workbook_functions_im_csc | Invoke action imCsc | drive-id (string) driveItem-id (string) data: { . inumber } (object) required |
| post_drives_by_drive_id_items_by_drive_item_id_workbook_functions_im_csch | Invoke action imCsch | drive-id (string) driveItem-id (string) data: { . inumber } (object) required |
| post_drives_by_drive_id_items_by_drive_item_id_workbook_functions_im_div | Invoke action imDiv | drive-id (string) driveItem-id (string) data: { . inumber1 . inumber2 } (object) required |
| post_drives_by_drive_id_items_by_drive_item_id_workbook_functions_im_exp | Invoke action imExp | drive-id (string) driveItem-id (string) data: { . inumber } (object) required |
| post_drives_by_drive_id_items_by_drive_item_id_workbook_functions_im_ln | Invoke action imLn | drive-id (string) driveItem-id (string) data: { . inumber } (object) required |
| post_drives_by_drive_id_items_by_drive_item_id_workbook_functions_im_log10 | Invoke action imLog10 | drive-id (string) driveItem-id (string) data: { . inumber } (object) required |
| post_drives_by_drive_id_items_by_drive_item_id_workbook_functions_im_log2 | Invoke action imLog2 | drive-id (string) driveItem-id (string) data: { . inumber } (object) required |
| post_drives_by_drive_id_items_by_drive_item_id_workbook_functions_im_power | Invoke action imPower | drive-id (string) driveItem-id (string) data: { . inumber . number } (object) required |
| post_drives_by_drive_id_items_by_drive_item_id_workbook_functions_im_product | Invoke action imProduct | drive-id (string) driveItem-id (string) data: { . values } (object) required |
| post_drives_by_drive_id_items_by_drive_item_id_workbook_functions_im_real | Invoke action imReal | drive-id (string) driveItem-id (string) data: { . inumber } (object) required |
| post_drives_by_drive_id_items_by_drive_item_id_workbook_functions_im_sec | Invoke action imSec | drive-id (string) driveItem-id (string) data: { . inumber } (object) required |
| post_drives_by_drive_id_items_by_drive_item_id_workbook_functions_im_sech | Invoke action imSech | drive-id (string) driveItem-id (string) data: { . inumber } (object) required |
| post_drives_by_drive_id_items_by_drive_item_id_workbook_functions_im_sin | Invoke action imSin | drive-id (string) driveItem-id (string) data: { . inumber } (object) required |
| post_drives_by_drive_id_items_by_drive_item_id_workbook_functions_im_sinh | Invoke action imSinh | drive-id (string) driveItem-id (string) data: { . inumber } (object) required |
| post_drives_by_drive_id_items_by_drive_item_id_workbook_functions_im_sqrt | Invoke action imSqrt | drive-id (string) driveItem-id (string) data: { . inumber } (object) required |
| post_drives_by_drive_id_items_by_drive_item_id_workbook_functions_im_sub | Invoke action imSub | drive-id (string) driveItem-id (string) data: { . inumber1 . inumber2 } (object) required |
| post_drives_by_drive_id_items_by_drive_item_id_workbook_functions_im_sum | Invoke action imSum | drive-id (string) driveItem-id (string) data: { . values } (object) required |
| post_drives_by_drive_id_items_by_drive_item_id_workbook_functions_im_tan | Invoke action imTan | drive-id (string) driveItem-id (string) data: { . inumber } (object) required |
| post_drives_by_drive_id_items_by_drive_item_id_workbook_functions_int | Invoke action int | drive-id (string) driveItem-id (string) data: { . number } (object) required |
| post_drives_by_drive_id_items_by_drive_item_id_workbook_functions_int_rate | Invoke action intRate | drive-id (string) driveItem-id (string) data: { . settlement . maturity . investment . redemption . basis } (object) required |
| post_drives_by_drive_id_items_by_drive_item_id_workbook_functions_ipmt | Invoke action ipmt | drive-id (string) driveItem-id (string) data: { . rate . per . nper . pv . fv . type } (object) required |
| post_drives_by_drive_id_items_by_drive_item_id_workbook_functions_irr | Invoke action irr | drive-id (string) driveItem-id (string) data: { . values . guess } (object) required |
| post_drives_by_drive_id_items_by_drive_item_id_workbook_functions_is_err | Invoke action isErr | drive-id (string) driveItem-id (string) data: { . value } (object) required |
| post_drives_by_drive_id_items_by_drive_item_id_workbook_functions_is_error | Invoke action isError | drive-id (string) driveItem-id (string) data: { . value } (object) required |
| post_drives_by_drive_id_items_by_drive_item_id_workbook_functions_is_even | Invoke action isEven | drive-id (string) driveItem-id (string) data: { . number } (object) required |
| post_drives_by_drive_id_items_by_drive_item_id_workbook_functions_is_formula | Invoke action isFormula | drive-id (string) driveItem-id (string) data: { . reference } (object) required |
| post_drives_by_drive_id_items_by_drive_item_id_workbook_functions_is_logical | Invoke action isLogical | drive-id (string) driveItem-id (string) data: { . value } (object) required |
| post_drives_by_drive_id_items_by_drive_item_id_workbook_functions_is_na | Invoke action isNA | drive-id (string) driveItem-id (string) data: { . value } (object) required |
| post_drives_by_drive_id_items_by_drive_item_id_workbook_functions_is_non_text | Invoke action isNonText | drive-id (string) driveItem-id (string) data: { . value } (object) required |
| post_drives_by_drive_id_items_by_drive_item_id_workbook_functions_is_number | Invoke action isNumber | drive-id (string) driveItem-id (string) data: { . value } (object) required |
| post_drives_by_drive_id_items_by_drive_item_id_workbook_functions_iso_ceiling | Invoke action iso_Ceiling | drive-id (string) driveItem-id (string) data: { . number . significance } (object) required |
| post_drives_by_drive_id_items_by_drive_item_id_workbook_functions_is_odd | Invoke action isOdd | drive-id (string) driveItem-id (string) data: { . number } (object) required |
| post_drives_by_drive_id_items_by_drive_item_id_workbook_functions_iso_week_num | Invoke action isoWeekNum | drive-id (string) driveItem-id (string) data: { . date } (object) required |
| post_drives_by_drive_id_items_by_drive_item_id_workbook_functions_ispmt | Invoke action ispmt | drive-id (string) driveItem-id (string) data: { . rate . per . nper . pv } (object) required |
| post_drives_by_drive_id_items_by_drive_item_id_workbook_functions_isref | Invoke action isref | drive-id (string) driveItem-id (string) data: { . value } (object) required |
| post_drives_by_drive_id_items_by_drive_item_id_workbook_functions_is_text | Invoke action isText | drive-id (string) driveItem-id (string) data: { . value } (object) required |
| post_drives_by_drive_id_items_by_drive_item_id_workbook_functions_kurt | Invoke action kurt | drive-id (string) driveItem-id (string) data: { . values } (object) required |
| post_drives_by_drive_id_items_by_drive_item_id_workbook_functions_large | Invoke action large | drive-id (string) driveItem-id (string) data: { . array . k } (object) required |
| post_drives_by_drive_id_items_by_drive_item_id_workbook_functions_lcm | Invoke action lcm | drive-id (string) driveItem-id (string) data: { . values } (object) required |
| post_drives_by_drive_id_items_by_drive_item_id_workbook_functions_left | Invoke action left | drive-id (string) driveItem-id (string) data: { . text . numChars } (object) required |
| post_drives_by_drive_id_items_by_drive_item_id_workbook_functions_leftb | Invoke action leftb | drive-id (string) driveItem-id (string) data: { . text . numBytes } (object) required |
| post_drives_by_drive_id_items_by_drive_item_id_workbook_functions_len | Invoke action len | drive-id (string) driveItem-id (string) data: { . text } (object) required |
| post_drives_by_drive_id_items_by_drive_item_id_workbook_functions_lenb | Invoke action lenb | drive-id (string) driveItem-id (string) data: { . text } (object) required |
| post_drives_by_drive_id_items_by_drive_item_id_workbook_functions_ln | Invoke action ln | drive-id (string) driveItem-id (string) data: { . number } (object) required |
| post_drives_by_drive_id_items_by_drive_item_id_workbook_functions_log | Invoke action log | drive-id (string) driveItem-id (string) data: { . number . base } (object) required |
| post_drives_by_drive_id_items_by_drive_item_id_workbook_functions_log10 | Invoke action log10 | drive-id (string) driveItem-id (string) data: { . number } (object) required |
| post_drives_by_drive_id_items_by_drive_item_id_workbook_functions_log_norm_dist | Invoke action logNorm_Dist | drive-id (string) driveItem-id (string) data: { . x . mean . standardDev . cumulative } (object) required |
| post_drives_by_drive_id_items_by_drive_item_id_workbook_functions_log_norm_inv | Invoke action logNorm_Inv | drive-id (string) driveItem-id (string) data: { . probability . mean . standardDev } (object) required |
| post_drives_by_drive_id_items_by_drive_item_id_workbook_functions_lookup | Invoke action lookup | drive-id (string) driveItem-id (string) data: { . lookupValue . lookupVector . resultVector } (object) required |
| post_drives_by_drive_id_items_by_drive_item_id_workbook_functions_lower | Invoke action lower | drive-id (string) driveItem-id (string) data: { . text } (object) required |
| post_drives_by_drive_id_items_by_drive_item_id_workbook_functions_match | Invoke action match | drive-id (string) driveItem-id (string) data: { . lookupValue . lookupArray . matchType } (object) required |
| post_drives_by_drive_id_items_by_drive_item_id_workbook_functions_max | Invoke action max | drive-id (string) driveItem-id (string) data: { . values } (object) required |
| post_drives_by_drive_id_items_by_drive_item_id_workbook_functions_max_a | Invoke action maxA | drive-id (string) driveItem-id (string) data: { . values } (object) required |
| post_drives_by_drive_id_items_by_drive_item_id_workbook_functions_mduration | Invoke action mduration | drive-id (string) driveItem-id (string) data: { . settlement . maturity . coupon . yld . frequency . basis } (object) required |
| post_drives_by_drive_id_items_by_drive_item_id_workbook_functions_median | Invoke action median | drive-id (string) driveItem-id (string) data: { . values } (object) required |
| post_drives_by_drive_id_items_by_drive_item_id_workbook_functions_mid | Invoke action mid | drive-id (string) driveItem-id (string) data: { . text . startNum . numChars } (object) required |
| post_drives_by_drive_id_items_by_drive_item_id_workbook_functions_midb | Invoke action midb | drive-id (string) driveItem-id (string) data: { . text . startNum . numBytes } (object) required |
| post_drives_by_drive_id_items_by_drive_item_id_workbook_functions_min | Invoke action min | drive-id (string) driveItem-id (string) data: { . values } (object) required |
| post_drives_by_drive_id_items_by_drive_item_id_workbook_functions_min_a | Invoke action minA | drive-id (string) driveItem-id (string) data: { . values } (object) required |
| post_drives_by_drive_id_items_by_drive_item_id_workbook_functions_minute | Invoke action minute | drive-id (string) driveItem-id (string) data: { . serialNumber } (object) required |
| post_drives_by_drive_id_items_by_drive_item_id_workbook_functions_mirr | Invoke action mirr | drive-id (string) driveItem-id (string) data: { . values . financeRate . reinvestRate } (object) required |
| post_drives_by_drive_id_items_by_drive_item_id_workbook_functions_mod | Invoke action mod | drive-id (string) driveItem-id (string) data: { . number . divisor } (object) required |
| post_drives_by_drive_id_items_by_drive_item_id_workbook_functions_month | Invoke action month | drive-id (string) driveItem-id (string) data: { . serialNumber } (object) required |
| post_drives_by_drive_id_items_by_drive_item_id_workbook_functions_mround | Invoke action mround | drive-id (string) driveItem-id (string) data: { . number . multiple } (object) required |
| post_drives_by_drive_id_items_by_drive_item_id_workbook_functions_multi_nomial | Invoke action multiNomial | drive-id (string) driveItem-id (string) data: { . values } (object) required |
| post_drives_by_drive_id_items_by_drive_item_id_workbook_functions_n | Invoke action n | drive-id (string) driveItem-id (string) data: { . value } (object) required |
| post_drives_by_drive_id_items_by_drive_item_id_workbook_functions_na | Invoke action na | drive-id (string) driveItem-id (string) |
| post_drives_by_drive_id_items_by_drive_item_id_workbook_functions_neg_binom_dist | Invoke action negBinom_Dist | drive-id (string) driveItem-id (string) data: { . numberF . numberS . probabilityS . cumulative } (object) required |
| post_drives_by_drive_id_items_by_drive_item_id_workbook_functions_network_days | Invoke action networkDays | drive-id (string) driveItem-id (string) data: { . startDate . endDate . holidays } (object) required |
| post_drives_by_drive_id_items_by_drive_item_id_workbook_functions_network_days_intl | Invoke action networkDays_Intl | drive-id (string) driveItem-id (string) data: { . startDate . endDate . weekend . holidays } (object) required |
| post_drives_by_drive_id_items_by_drive_item_id_workbook_functions_nominal | Invoke action nominal | drive-id (string) driveItem-id (string) data: { . effectRate . npery } (object) required |
| post_drives_by_drive_id_items_by_drive_item_id_workbook_functions_norm_dist | Invoke action norm_Dist | drive-id (string) driveItem-id (string) data: { . x . mean . standardDev . cumulative } (object) required |
| post_drives_by_drive_id_items_by_drive_item_id_workbook_functions_norm_inv | Invoke action norm_Inv | drive-id (string) driveItem-id (string) data: { . probability . mean . standardDev } (object) required |
| post_drives_by_drive_id_items_by_drive_item_id_workbook_functions_norm_s_dist | Invoke action norm_S_Dist | drive-id (string) driveItem-id (string) data: { . z . cumulative } (object) required |
| post_drives_by_drive_id_items_by_drive_item_id_workbook_functions_norm_s_inv | Invoke action norm_S_Inv | drive-id (string) driveItem-id (string) data: { . probability } (object) required |
| post_drives_by_drive_id_items_by_drive_item_id_workbook_functions_not | Invoke action not | drive-id (string) driveItem-id (string) data: { . logical } (object) required |
| post_drives_by_drive_id_items_by_drive_item_id_workbook_functions_now | Invoke action now | drive-id (string) driveItem-id (string) |
| post_drives_by_drive_id_items_by_drive_item_id_workbook_functions_nper | Invoke action nper | drive-id (string) driveItem-id (string) data: { . rate . pmt . pv . fv . type } (object) required |
| post_drives_by_drive_id_items_by_drive_item_id_workbook_functions_npv | Invoke action npv | drive-id (string) driveItem-id (string) data: { . rate . values } (object) required |
| post_drives_by_drive_id_items_by_drive_item_id_workbook_functions_number_value | Invoke action numberValue | drive-id (string) driveItem-id (string) data: { . text . decimalSeparator . groupSeparator } (object) required |
| post_drives_by_drive_id_items_by_drive_item_id_workbook_functions_oct2bin | Invoke action oct2Bin | drive-id (string) driveItem-id (string) data: { . number . places } (object) required |
| post_drives_by_drive_id_items_by_drive_item_id_workbook_functions_oct2dec | Invoke action oct2Dec | drive-id (string) driveItem-id (string) data: { . number } (object) required |
| post_drives_by_drive_id_items_by_drive_item_id_workbook_functions_oct2hex | Invoke action oct2Hex | drive-id (string) driveItem-id (string) data: { . number . places } (object) required |
| post_drives_by_drive_id_items_by_drive_item_id_workbook_functions_odd | Invoke action odd | drive-id (string) driveItem-id (string) data: { . number } (object) required |
| post_drives_by_drive_id_items_by_drive_item_id_workbook_functions_odd_fprice | Invoke action oddFPrice | drive-id (string) driveItem-id (string) data: { . settlement . maturity . issue . firstCoupon . rate . yld . redemption . frequency . basis } (object) required |
| post_drives_by_drive_id_items_by_drive_item_id_workbook_functions_odd_fyield | Invoke action oddFYield | drive-id (string) driveItem-id (string) data: { . settlement . maturity . issue . firstCoupon . rate . pr . redemption . frequency . basis } (object) required |
| post_drives_by_drive_id_items_by_drive_item_id_workbook_functions_odd_lprice | Invoke action oddLPrice | drive-id (string) driveItem-id (string) data: { . settlement . maturity . lastInterest . rate . yld . redemption . frequency . basis } (object) required |
| post_drives_by_drive_id_items_by_drive_item_id_workbook_functions_odd_lyield | Invoke action oddLYield | drive-id (string) driveItem-id (string) data: { . settlement . maturity . lastInterest . rate . pr . redemption . frequency . basis } (object) required |
| post_drives_by_drive_id_items_by_drive_item_id_workbook_functions_or | Invoke action or | drive-id (string) driveItem-id (string) data: { . values } (object) required |
| post_drives_by_drive_id_items_by_drive_item_id_workbook_functions_pduration | Invoke action pduration | drive-id (string) driveItem-id (string) data: { . rate . pv . fv } (object) required |
| post_drives_by_drive_id_items_by_drive_item_id_workbook_functions_percentile_exc | Invoke action percentile_Exc | drive-id (string) driveItem-id (string) data: { . array . k } (object) required |
| post_drives_by_drive_id_items_by_drive_item_id_workbook_functions_percentile_inc | Invoke action percentile_Inc | drive-id (string) driveItem-id (string) data: { . array . k } (object) required |
| post_drives_by_drive_id_items_by_drive_item_id_workbook_functions_percent_rank_exc | Invoke action percentRank_Exc | drive-id (string) driveItem-id (string) data: { . array . x . significance } (object) required |
| post_drives_by_drive_id_items_by_drive_item_id_workbook_functions_percent_rank_inc | Invoke action percentRank_Inc | drive-id (string) driveItem-id (string) data: { . array . x . significance } (object) required |
| post_drives_by_drive_id_items_by_drive_item_id_workbook_functions_permut | Invoke action permut | drive-id (string) driveItem-id (string) data: { . number . numberChosen } (object) required |
| post_drives_by_drive_id_items_by_drive_item_id_workbook_functions_permutationa | Invoke action permutationa | drive-id (string) driveItem-id (string) data: { . number . numberChosen } (object) required |
| post_drives_by_drive_id_items_by_drive_item_id_workbook_functions_phi | Invoke action phi | drive-id (string) driveItem-id (string) data: { . x } (object) required |
| post_drives_by_drive_id_items_by_drive_item_id_workbook_functions_pi | Invoke action pi | drive-id (string) driveItem-id (string) |
| post_drives_by_drive_id_items_by_drive_item_id_workbook_functions_pmt | Invoke action pmt | drive-id (string) driveItem-id (string) data: { . rate . nper . pv . fv . type } (object) required |
| post_drives_by_drive_id_items_by_drive_item_id_workbook_functions_poisson_dist | Invoke action poisson_Dist | drive-id (string) driveItem-id (string) data: { . x . mean . cumulative } (object) required |
| post_drives_by_drive_id_items_by_drive_item_id_workbook_functions_power | Invoke action power | drive-id (string) driveItem-id (string) data: { . number . power } (object) required |
| post_drives_by_drive_id_items_by_drive_item_id_workbook_functions_ppmt | Invoke action ppmt | drive-id (string) driveItem-id (string) data: { . rate . per . nper . pv . fv . type } (object) required |
| post_drives_by_drive_id_items_by_drive_item_id_workbook_functions_price | Invoke action price | drive-id (string) driveItem-id (string) data: { . settlement . maturity . rate . yld . redemption . frequency . basis } (object) required |
| post_drives_by_drive_id_items_by_drive_item_id_workbook_functions_price_disc | Invoke action priceDisc | drive-id (string) driveItem-id (string) data: { . settlement . maturity . discount . redemption . basis } (object) required |
| post_drives_by_drive_id_items_by_drive_item_id_workbook_functions_price_mat | Invoke action priceMat | drive-id (string) driveItem-id (string) data: { . settlement . maturity . issue . rate . yld . basis } (object) required |
| post_drives_by_drive_id_items_by_drive_item_id_workbook_functions_product | Invoke action product | drive-id (string) driveItem-id (string) data: { . values } (object) required |
| post_drives_by_drive_id_items_by_drive_item_id_workbook_functions_proper | Invoke action proper | drive-id (string) driveItem-id (string) data: { . text } (object) required |
| post_drives_by_drive_id_items_by_drive_item_id_workbook_functions_pv | Invoke action pv | drive-id (string) driveItem-id (string) data: { . rate . nper . pmt . fv . type } (object) required |
| post_drives_by_drive_id_items_by_drive_item_id_workbook_functions_quartile_exc | Invoke action quartile_Exc | drive-id (string) driveItem-id (string) data: { . array . quart } (object) required |
| post_drives_by_drive_id_items_by_drive_item_id_workbook_functions_quartile_inc | Invoke action quartile_Inc | drive-id (string) driveItem-id (string) data: { . array . quart } (object) required |
| post_drives_by_drive_id_items_by_drive_item_id_workbook_functions_quotient | Invoke action quotient | drive-id (string) driveItem-id (string) data: { . numerator . denominator } (object) required |
| post_drives_by_drive_id_items_by_drive_item_id_workbook_functions_radians | Invoke action radians | drive-id (string) driveItem-id (string) data: { . angle } (object) required |
| post_drives_by_drive_id_items_by_drive_item_id_workbook_functions_rand | Invoke action rand | drive-id (string) driveItem-id (string) |
| post_drives_by_drive_id_items_by_drive_item_id_workbook_functions_rand_between | Invoke action randBetween | drive-id (string) driveItem-id (string) data: { . bottom . top } (object) required |
| post_drives_by_drive_id_items_by_drive_item_id_workbook_functions_rank_avg | Invoke action rank_Avg | drive-id (string) driveItem-id (string) data: { . number . ref . order } (object) required |
| post_drives_by_drive_id_items_by_drive_item_id_workbook_functions_rank_eq | Invoke action rank_Eq | drive-id (string) driveItem-id (string) data: { . number . ref . order } (object) required |
| post_drives_by_drive_id_items_by_drive_item_id_workbook_functions_rate | Invoke action rate | drive-id (string) driveItem-id (string) data: { . nper . pmt . pv . fv . type . guess } (object) required |
| post_drives_by_drive_id_items_by_drive_item_id_workbook_functions_received | Invoke action received | drive-id (string) driveItem-id (string) data: { . settlement . maturity . investment . discount . basis } (object) required |
| post_drives_by_drive_id_items_by_drive_item_id_workbook_functions_replace | Invoke action replace | drive-id (string) driveItem-id (string) data: { . oldText . startNum . numChars . newText } (object) required |
| post_drives_by_drive_id_items_by_drive_item_id_workbook_functions_replace_b | Invoke action replaceB | drive-id (string) driveItem-id (string) data: { . oldText . startNum . numBytes . newText } (object) required |
| post_drives_by_drive_id_items_by_drive_item_id_workbook_functions_rept | Invoke action rept | drive-id (string) driveItem-id (string) data: { . text . numberTimes } (object) required |
| post_drives_by_drive_id_items_by_drive_item_id_workbook_functions_right | Invoke action right | drive-id (string) driveItem-id (string) data: { . text . numChars } (object) required |
| post_drives_by_drive_id_items_by_drive_item_id_workbook_functions_rightb | Invoke action rightb | drive-id (string) driveItem-id (string) data: { . text . numBytes } (object) required |
| post_drives_by_drive_id_items_by_drive_item_id_workbook_functions_roman | Invoke action roman | drive-id (string) driveItem-id (string) data: { . number . form } (object) required |
| post_drives_by_drive_id_items_by_drive_item_id_workbook_functions_round | Invoke action round | drive-id (string) driveItem-id (string) data: { . number . numDigits } (object) required |
| post_drives_by_drive_id_items_by_drive_item_id_workbook_functions_round_down | Invoke action roundDown | drive-id (string) driveItem-id (string) data: { . number . numDigits } (object) required |
| post_drives_by_drive_id_items_by_drive_item_id_workbook_functions_round_up | Invoke action roundUp | drive-id (string) driveItem-id (string) data: { . number . numDigits } (object) required |
| post_drives_by_drive_id_items_by_drive_item_id_workbook_functions_rows | Invoke action rows | drive-id (string) driveItem-id (string) data: { . array } (object) required |
| post_drives_by_drive_id_items_by_drive_item_id_workbook_functions_rri | Invoke action rri | drive-id (string) driveItem-id (string) data: { . nper . pv . fv } (object) required |
| post_drives_by_drive_id_items_by_drive_item_id_workbook_functions_sec | Invoke action sec | drive-id (string) driveItem-id (string) data: { . number } (object) required |
| post_drives_by_drive_id_items_by_drive_item_id_workbook_functions_sech | Invoke action sech | drive-id (string) driveItem-id (string) data: { . number } (object) required |
| post_drives_by_drive_id_items_by_drive_item_id_workbook_functions_second | Invoke action second | drive-id (string) driveItem-id (string) data: { . serialNumber } (object) required |
| post_drives_by_drive_id_items_by_drive_item_id_workbook_functions_series_sum | Invoke action seriesSum | drive-id (string) driveItem-id (string) data: { . x . n . m . coefficients } (object) required |
| post_drives_by_drive_id_items_by_drive_item_id_workbook_functions_sheet | Invoke action sheet | drive-id (string) driveItem-id (string) data: { . value } (object) required |
| post_drives_by_drive_id_items_by_drive_item_id_workbook_functions_sheets | Invoke action sheets | drive-id (string) driveItem-id (string) data: { . reference } (object) required |
| post_drives_by_drive_id_items_by_drive_item_id_workbook_functions_sign | Invoke action sign | drive-id (string) driveItem-id (string) data: { . number } (object) required |
| post_drives_by_drive_id_items_by_drive_item_id_workbook_functions_sin | Invoke action sin | drive-id (string) driveItem-id (string) data: { . number } (object) required |
| post_drives_by_drive_id_items_by_drive_item_id_workbook_functions_sinh | Invoke action sinh | drive-id (string) driveItem-id (string) data: { . number } (object) required |
| post_drives_by_drive_id_items_by_drive_item_id_workbook_functions_skew | Invoke action skew | drive-id (string) driveItem-id (string) data: { . values } (object) required |
| post_drives_by_drive_id_items_by_drive_item_id_workbook_functions_skew_p | Invoke action skew_p | drive-id (string) driveItem-id (string) data: { . values } (object) required |
| post_drives_by_drive_id_items_by_drive_item_id_workbook_functions_sln | Invoke action sln | drive-id (string) driveItem-id (string) data: { . cost . salvage . life } (object) required |
| post_drives_by_drive_id_items_by_drive_item_id_workbook_functions_small | Invoke action small | drive-id (string) driveItem-id (string) data: { . array . k } (object) required |
| post_drives_by_drive_id_items_by_drive_item_id_workbook_functions_sqrt | Invoke action sqrt | drive-id (string) driveItem-id (string) data: { . number } (object) required |
| post_drives_by_drive_id_items_by_drive_item_id_workbook_functions_sqrt_pi | Invoke action sqrtPi | drive-id (string) driveItem-id (string) data: { . number } (object) required |
| post_drives_by_drive_id_items_by_drive_item_id_workbook_functions_standardize | Invoke action standardize | drive-id (string) driveItem-id (string) data: { . x . mean . standardDev } (object) required |
| post_drives_by_drive_id_items_by_drive_item_id_workbook_functions_st_dev_p | Invoke action stDev_P | drive-id (string) driveItem-id (string) data: { . values } (object) required |
| post_drives_by_drive_id_items_by_drive_item_id_workbook_functions_st_dev_s | Invoke action stDev_S | drive-id (string) driveItem-id (string) data: { . values } (object) required |
| post_drives_by_drive_id_items_by_drive_item_id_workbook_functions_st_dev_a | Invoke action stDevA | drive-id (string) driveItem-id (string) data: { . values } (object) required |
| post_drives_by_drive_id_items_by_drive_item_id_workbook_functions_st_dev_pa | Invoke action stDevPA | drive-id (string) driveItem-id (string) data: { . values } (object) required |
| post_drives_by_drive_id_items_by_drive_item_id_workbook_functions_substitute | Invoke action substitute | drive-id (string) driveItem-id (string) data: { . text . oldText . newText . instanceNum } (object) required |
| post_drives_by_drive_id_items_by_drive_item_id_workbook_functions_subtotal | Invoke action subtotal | drive-id (string) driveItem-id (string) data: { . functionNum . values } (object) required |
| post_drives_by_drive_id_items_by_drive_item_id_workbook_functions_sum | Invoke action sum | drive-id (string) driveItem-id (string) data: { . values } (object) required |
| post_drives_by_drive_id_items_by_drive_item_id_workbook_functions_sum_if | Invoke action sumIf | drive-id (string) driveItem-id (string) data: { . range . criteria . sumRange } (object) required |
| post_drives_by_drive_id_items_by_drive_item_id_workbook_functions_sum_ifs | Invoke action sumIfs | drive-id (string) driveItem-id (string) data: { . sumRange . values } (object) required |
| post_drives_by_drive_id_items_by_drive_item_id_workbook_functions_sum_sq | Invoke action sumSq | drive-id (string) driveItem-id (string) data: { . values } (object) required |
| post_drives_by_drive_id_items_by_drive_item_id_workbook_functions_syd | Invoke action syd | drive-id (string) driveItem-id (string) data: { . cost . salvage . life . per } (object) required |
| post_drives_by_drive_id_items_by_drive_item_id_workbook_functions_t | Invoke action t | drive-id (string) driveItem-id (string) data: { . value } (object) required |
| post_drives_by_drive_id_items_by_drive_item_id_workbook_functions_t_dist | Invoke action t_Dist | drive-id (string) driveItem-id (string) data: { . x . degFreedom . cumulative } (object) required |
| post_drives_by_drive_id_items_by_drive_item_id_workbook_functions_t_dist_2t | Invoke action t_Dist_2T | drive-id (string) driveItem-id (string) data: { . x . degFreedom } (object) required |
| post_drives_by_drive_id_items_by_drive_item_id_workbook_functions_t_dist_rt | Invoke action t_Dist_RT | drive-id (string) driveItem-id (string) data: { . x . degFreedom } (object) required |
| post_drives_by_drive_id_items_by_drive_item_id_workbook_functions_t_inv | Invoke action t_Inv | drive-id (string) driveItem-id (string) data: { . probability . degFreedom } (object) required |
| post_drives_by_drive_id_items_by_drive_item_id_workbook_functions_t_inv_2t | Invoke action t_Inv_2T | drive-id (string) driveItem-id (string) data: { . probability . degFreedom } (object) required |
| post_drives_by_drive_id_items_by_drive_item_id_workbook_functions_tan | Invoke action tan | drive-id (string) driveItem-id (string) data: { . number } (object) required |
| post_drives_by_drive_id_items_by_drive_item_id_workbook_functions_tanh | Invoke action tanh | drive-id (string) driveItem-id (string) data: { . number } (object) required |
| post_drives_by_drive_id_items_by_drive_item_id_workbook_functions_tbill_eq | Invoke action tbillEq | drive-id (string) driveItem-id (string) data: { . settlement . maturity . discount } (object) required |
| post_drives_by_drive_id_items_by_drive_item_id_workbook_functions_tbill_price | Invoke action tbillPrice | drive-id (string) driveItem-id (string) data: { . settlement . maturity . discount } (object) required |
| post_drives_by_drive_id_items_by_drive_item_id_workbook_functions_tbill_yield | Invoke action tbillYield | drive-id (string) driveItem-id (string) data: { . settlement . maturity . pr } (object) required |
| post_drives_by_drive_id_items_by_drive_item_id_workbook_functions_text | Invoke action text | drive-id (string) driveItem-id (string) data: { . value . formatText } (object) required |
| post_drives_by_drive_id_items_by_drive_item_id_workbook_functions_time | Invoke action time | drive-id (string) driveItem-id (string) data: { . hour . minute . second } (object) required |
| post_drives_by_drive_id_items_by_drive_item_id_workbook_functions_timevalue | Invoke action timevalue | drive-id (string) driveItem-id (string) data: { . timeText } (object) required |
| post_drives_by_drive_id_items_by_drive_item_id_workbook_functions_today | Invoke action today | drive-id (string) driveItem-id (string) |
| post_drives_by_drive_id_items_by_drive_item_id_workbook_functions_trim | Invoke action trim | drive-id (string) driveItem-id (string) data: { . text } (object) required |
| post_drives_by_drive_id_items_by_drive_item_id_workbook_functions_trim_mean | Invoke action trimMean | drive-id (string) driveItem-id (string) data: { . array . percent } (object) required |
| post_drives_by_drive_id_items_by_drive_item_id_workbook_functions_true | Invoke action true | drive-id (string) driveItem-id (string) |
| post_drives_by_drive_id_items_by_drive_item_id_workbook_functions_trunc | Invoke action trunc | drive-id (string) driveItem-id (string) data: { . number . numDigits } (object) required |
| post_drives_by_drive_id_items_by_drive_item_id_workbook_functions_type | Invoke action type | drive-id (string) driveItem-id (string) data: { . value } (object) required |
| post_drives_by_drive_id_items_by_drive_item_id_workbook_functions_unichar | Invoke action unichar | drive-id (string) driveItem-id (string) data: { . number } (object) required |
| post_drives_by_drive_id_items_by_drive_item_id_workbook_functions_unicode | Invoke action unicode | drive-id (string) driveItem-id (string) data: { . text } (object) required |
| post_drives_by_drive_id_items_by_drive_item_id_workbook_functions_upper | Invoke action upper | drive-id (string) driveItem-id (string) data: { . text } (object) required |
| post_drives_by_drive_id_items_by_drive_item_id_workbook_functions_usdollar | Invoke action usdollar | drive-id (string) driveItem-id (string) data: { . number . decimals } (object) required |
| post_drives_by_drive_id_items_by_drive_item_id_workbook_functions_value | Invoke action value | drive-id (string) driveItem-id (string) data: { . text } (object) required |
| post_drives_by_drive_id_items_by_drive_item_id_workbook_functions_var_p | Invoke action var_P | drive-id (string) driveItem-id (string) data: { . values } (object) required |
| post_drives_by_drive_id_items_by_drive_item_id_workbook_functions_var_s | Invoke action var_S | drive-id (string) driveItem-id (string) data: { . values } (object) required |
| post_drives_by_drive_id_items_by_drive_item_id_workbook_functions_var_a | Invoke action varA | drive-id (string) driveItem-id (string) data: { . values } (object) required |
| post_drives_by_drive_id_items_by_drive_item_id_workbook_functions_var_pa | Invoke action varPA | drive-id (string) driveItem-id (string) data: { . values } (object) required |
| post_drives_by_drive_id_items_by_drive_item_id_workbook_functions_vdb | Invoke action vdb | drive-id (string) driveItem-id (string) data: { . cost . salvage . life . startPeriod . endPeriod . factor . noSwitch } (object) required |
| post_drives_by_drive_id_items_by_drive_item_id_workbook_functions_vlookup | Invoke action vlookup | drive-id (string) driveItem-id (string) data: { . lookupValue . tableArray . colIndexNum . rangeLookup } (object) required |
| post_drives_by_drive_id_items_by_drive_item_id_workbook_functions_weekday | Invoke action weekday | drive-id (string) driveItem-id (string) data: { . serialNumber . returnType } (object) required |
| post_drives_by_drive_id_items_by_drive_item_id_workbook_functions_week_num | Invoke action weekNum | drive-id (string) driveItem-id (string) data: { . serialNumber . returnType } (object) required |
| post_drives_by_drive_id_items_by_drive_item_id_workbook_functions_weibull_dist | Invoke action weibull_Dist | drive-id (string) driveItem-id (string) data: { . x . alpha . beta . cumulative } (object) required |
| post_drives_by_drive_id_items_by_drive_item_id_workbook_functions_work_day | Invoke action workDay | drive-id (string) driveItem-id (string) data: { . startDate . days . holidays } (object) required |
| post_drives_by_drive_id_items_by_drive_item_id_workbook_functions_work_day_intl | Invoke action workDay_Intl | drive-id (string) driveItem-id (string) data: { . startDate . days . weekend . holidays } (object) required |
| post_drives_by_drive_id_items_by_drive_item_id_workbook_functions_xirr | Invoke action xirr | drive-id (string) driveItem-id (string) data: { . values . dates . guess } (object) required |
| post_drives_by_drive_id_items_by_drive_item_id_workbook_functions_xnpv | Invoke action xnpv | drive-id (string) driveItem-id (string) data: { . rate . values . dates } (object) required |
| post_drives_by_drive_id_items_by_drive_item_id_workbook_functions_xor | Invoke action xor | drive-id (string) driveItem-id (string) data: { . values } (object) required |
| post_drives_by_drive_id_items_by_drive_item_id_workbook_functions_year | Invoke action year | drive-id (string) driveItem-id (string) data: { . serialNumber } (object) required |
| post_drives_by_drive_id_items_by_drive_item_id_workbook_functions_year_frac | Invoke action yearFrac | drive-id (string) driveItem-id (string) data: { . startDate . endDate . basis } (object) required |
| post_drives_by_drive_id_items_by_drive_item_id_workbook_functions_yield | Invoke action yield | drive-id (string) driveItem-id (string) data: { . settlement . maturity . rate . pr . redemption . frequency . basis } (object) required |
| post_drives_by_drive_id_items_by_drive_item_id_workbook_functions_yield_disc | Invoke action yieldDisc | drive-id (string) driveItem-id (string) data: { . settlement . maturity . pr . redemption . basis } (object) required |
| post_drives_by_drive_id_items_by_drive_item_id_workbook_functions_yield_mat | Invoke action yieldMat | drive-id (string) driveItem-id (string) data: { . settlement . maturity . issue . rate . pr . basis } (object) required |
| post_drives_by_drive_id_items_by_drive_item_id_workbook_functions_z_test | Invoke action z_Test | drive-id (string) driveItem-id (string) data: { . array . x . sigma } (object) required |
| post_drives_by_drive_id_items_by_drive_item_id_workbook_close_session | Use this API to close an existing workbook session. | drive-id (string) driveItem-id (string) |
| post_drives_by_drive_id_items_by_drive_item_id_workbook_create_session | Create a new workbook session. Excel APIs can be called in one of two modes: To represent the session in the API, use the workbook-session-id: session-id header. In some cases, creating a new session requires an indeterminate time to complete. Microsoft Graph also provides a long running operations pattern. This pattern provides a way to poll for creation status updates, without waiting for the creation to complete. The following are the steps: | drive-id (string) driveItem-id (string) data: { . persistChanges (boolean) } (object) required |
| post_drives_by_drive_id_items_by_drive_item_id_workbook_refresh_session | Use this API to refresh an existing workbook session. | drive-id (string) driveItem-id (string) |
| get_drives_by_drive_id_items_by_drive_item_id_workbook_session_info_resource_key_by_key_ | Invoke function sessionInfoResource | drive-id (string) driveItem-id (string) key (string) |
| get_drives_by_drive_id_items_by_drive_item_id_workbook_table_row_operation_result_key_by_key_ | This function is the last in a series of steps to create a workbookTableRow resource asynchronously. A best practice to create multiple table rows is to batch them in one create tableRow operation and carry out the operation asynchronously. An asynchronous request to create table rows involves the following steps: 1. Issue an async Create tableRow request and get the query URL returned in the Location response header. 2. Use the query URL returned from step 1 to issue the Get workbookOperation | drive-id (string) driveItem-id (string) key (string) |
| get_drives_by_drive_id_items_by_drive_item_id_workbook_names | Represents a collection of workbooks scoped named items named ranges and constants. Read-only. | drive-id (string) driveItem-id (string) $top (integer) $orderby (array) $select (array) $expand (array) |
| post_drives_by_drive_id_items_by_drive_item_id_workbook_names | Create new navigation property to names for drives | drive-id (string) driveItem-id (string) data (undefined) required |
| get_drives_by_drive_id_items_by_drive_item_id_workbook_names_by_workbook_named_item_id | Represents a collection of workbooks scoped named items named ranges and constants. Read-only. | drive-id (string) driveItem-id (string) workbookNamedItem-id (string) $select (array) $expand (array) |
| patch_drives_by_drive_id_items_by_drive_item_id_workbook_names_by_workbook_named_item_id | Update the navigation property names in drives | drive-id (string) driveItem-id (string) workbookNamedItem-id (string) data (undefined) required |
| delete_drives_by_drive_id_items_by_drive_item_id_workbook_names_by_workbook_named_item_id | Delete navigation property names for drives | drive-id (string) driveItem-id (string) workbookNamedItem-id (string) If-Match (string) |
| get_drives_by_drive_id_items_by_drive_item_id_workbook_names_by_workbook_named_item_id_range_ | Returns the range object that is associated with the name. Throws an exception if the named item's type is not a range. | drive-id (string) driveItem-id (string) workbookNamedItem-id (string) |
| get_drives_by_drive_id_items_by_drive_item_id_workbook_names_by_workbook_named_item_id_range_format | Returns a format object, encapsulating the range's font, fill, borders, alignment, and other properties. Read-only. | drive-id (string) driveItem-id (string) workbookNamedItem-id (string) $select (array) $expand (array) |
| patch_drives_by_drive_id_items_by_drive_item_id_workbook_names_by_workbook_named_item_id_range_format | Update the navigation property format in drives | drive-id (string) driveItem-id (string) workbookNamedItem-id (string) data (undefined) required |
| delete_drives_by_drive_id_items_by_drive_item_id_workbook_names_by_workbook_named_item_id_range_format | Delete navigation property format for drives | drive-id (string) driveItem-id (string) workbookNamedItem-id (string) If-Match (string) |
| get_drives_by_drive_id_items_by_drive_item_id_workbook_names_by_workbook_named_item_id_range_bounding_rect_another_range_by_another_range_ | Invoke function boundingRect | drive-id (string) driveItem-id (string) workbookNamedItem-id (string) anotherRange (string) |
| get_drives_by_drive_id_items_by_drive_item_id_workbook_names_by_workbook_named_item_id_range_cell_row_by_row_column_by_column_ | Invoke function cell | drive-id (string) driveItem-id (string) workbookNamedItem-id (string) row (number) column (number) |
| post_drives_by_drive_id_items_by_drive_item_id_workbook_names_by_workbook_named_item_id_range_clear | Invoke action clear | drive-id (string) driveItem-id (string) workbookNamedItem-id (string) data: { . applyTo (string) } (object) required |
| get_drives_by_drive_id_items_by_drive_item_id_workbook_names_by_workbook_named_item_id_range_column_column_by_column_ | Invoke function column | drive-id (string) driveItem-id (string) workbookNamedItem-id (string) column (number) |
| get_drives_by_drive_id_items_by_drive_item_id_workbook_names_by_workbook_named_item_id_range_columns_after_ | Invoke function columnsAfter | drive-id (string) driveItem-id (string) workbookNamedItem-id (string) |
| get_drives_by_drive_id_items_by_drive_item_id_workbook_names_by_workbook_named_item_id_range_columns_after_count_by_count_ | Invoke function columnsAfter | drive-id (string) driveItem-id (string) workbookNamedItem-id (string) count (number) |
| get_drives_by_drive_id_items_by_drive_item_id_workbook_names_by_workbook_named_item_id_range_columns_before_ | Invoke function columnsBefore | drive-id (string) driveItem-id (string) workbookNamedItem-id (string) |
| get_drives_by_drive_id_items_by_drive_item_id_workbook_names_by_workbook_named_item_id_range_columns_before_count_by_count_ | Invoke function columnsBefore | drive-id (string) driveItem-id (string) workbookNamedItem-id (string) count (number) |
| post_drives_by_drive_id_items_by_drive_item_id_workbook_names_by_workbook_named_item_id_range_delete | Invoke action delete | drive-id (string) driveItem-id (string) workbookNamedItem-id (string) data: { . shift (string) } (object) required |
| get_drives_by_drive_id_items_by_drive_item_id_workbook_names_by_workbook_named_item_id_range_entire_column_ | Invoke function entireColumn | drive-id (string) driveItem-id (string) workbookNamedItem-id (string) |
| get_drives_by_drive_id_items_by_drive_item_id_workbook_names_by_workbook_named_item_id_range_entire_row_ | Invoke function entireRow | drive-id (string) driveItem-id (string) workbookNamedItem-id (string) |
| post_drives_by_drive_id_items_by_drive_item_id_workbook_names_by_workbook_named_item_id_range_insert | Invoke action insert | drive-id (string) driveItem-id (string) workbookNamedItem-id (string) data: { . shift (string) } (object) required |
| get_drives_by_drive_id_items_by_drive_item_id_workbook_names_by_workbook_named_item_id_range_intersection_another_range_by_another_range_ | Invoke function intersection | drive-id (string) driveItem-id (string) workbookNamedItem-id (string) anotherRange (string) |
| get_drives_by_drive_id_items_by_drive_item_id_workbook_names_by_workbook_named_item_id_range_last_cell_ | Invoke function lastCell | drive-id (string) driveItem-id (string) workbookNamedItem-id (string) |
| get_drives_by_drive_id_items_by_drive_item_id_workbook_names_by_workbook_named_item_id_range_last_column_ | Invoke function lastColumn | drive-id (string) driveItem-id (string) workbookNamedItem-id (string) |
| get_drives_by_drive_id_items_by_drive_item_id_workbook_names_by_workbook_named_item_id_range_last_row_ | Invoke function lastRow | drive-id (string) driveItem-id (string) workbookNamedItem-id (string) |
| post_drives_by_drive_id_items_by_drive_item_id_workbook_names_by_workbook_named_item_id_range_merge | Invoke action merge | drive-id (string) driveItem-id (string) workbookNamedItem-id (string) data: { . across (boolean) } (object) required |
| get_drives_by_drive_id_items_by_drive_item_id_workbook_names_by_workbook_named_item_id_range_offset_range_row_offset_by_row_offset_column_offset_by_column_offset_ | Invoke function offsetRange | drive-id (string) driveItem-id (string) workbookNamedItem-id (string) rowOffset (number) columnOffset (number) |
| get_drives_by_drive_id_items_by_drive_item_id_workbook_names_by_workbook_named_item_id_range_resized_range_delta_rows_by_delta_rows_delta_columns_by_delta_columns_ | Invoke function resizedRange | drive-id (string) driveItem-id (string) workbookNamedItem-id (string) deltaRows (number) deltaColumns (number) |
| get_drives_by_drive_id_items_by_drive_item_id_workbook_names_by_workbook_named_item_id_range_row_row_by_row_ | Invoke function row | drive-id (string) driveItem-id (string) workbookNamedItem-id (string) row (number) |
| get_drives_by_drive_id_items_by_drive_item_id_workbook_names_by_workbook_named_item_id_range_rows_above_ | Invoke function rowsAbove | drive-id (string) driveItem-id (string) workbookNamedItem-id (string) |
| get_drives_by_drive_id_items_by_drive_item_id_workbook_names_by_workbook_named_item_id_range_rows_above_count_by_count_ | Invoke function rowsAbove | drive-id (string) driveItem-id (string) workbookNamedItem-id (string) count (number) |
| get_drives_by_drive_id_items_by_drive_item_id_workbook_names_by_workbook_named_item_id_range_rows_below_ | Invoke function rowsBelow | drive-id (string) driveItem-id (string) workbookNamedItem-id (string) |
| get_drives_by_drive_id_items_by_drive_item_id_workbook_names_by_workbook_named_item_id_range_rows_below_count_by_count_ | Invoke function rowsBelow | drive-id (string) driveItem-id (string) workbookNamedItem-id (string) count (number) |
| post_drives_by_drive_id_items_by_drive_item_id_workbook_names_by_workbook_named_item_id_range_unmerge | Invoke action unmerge | drive-id (string) driveItem-id (string) workbookNamedItem-id (string) |
| get_drives_by_drive_id_items_by_drive_item_id_workbook_names_by_workbook_named_item_id_range_used_range_ | Invoke function usedRange | drive-id (string) driveItem-id (string) workbookNamedItem-id (string) |
| get_drives_by_drive_id_items_by_drive_item_id_workbook_names_by_workbook_named_item_id_range_used_range_values_only_by_values_only_ | Invoke function usedRange | drive-id (string) driveItem-id (string) workbookNamedItem-id (string) valuesOnly (boolean) |
| get_drives_by_drive_id_items_by_drive_item_id_workbook_names_by_workbook_named_item_id_range_visible_view_ | Invoke function visibleView | drive-id (string) driveItem-id (string) workbookNamedItem-id (string) |
| get_drives_by_drive_id_items_by_drive_item_id_workbook_names_by_workbook_named_item_id_range_sort | The worksheet containing the current range. Read-only. | drive-id (string) driveItem-id (string) workbookNamedItem-id (string) $select (array) $expand (array) |
| patch_drives_by_drive_id_items_by_drive_item_id_workbook_names_by_workbook_named_item_id_range_sort | Update the navigation property sort in drives | drive-id (string) driveItem-id (string) workbookNamedItem-id (string) data (undefined) required |
| delete_drives_by_drive_id_items_by_drive_item_id_workbook_names_by_workbook_named_item_id_range_sort | Delete navigation property sort for drives | drive-id (string) driveItem-id (string) workbookNamedItem-id (string) If-Match (string) |
| get_drives_by_drive_id_items_by_drive_item_id_workbook_names_by_workbook_named_item_id_range_worksheet | The worksheet containing the current range. Read-only. | drive-id (string) driveItem-id (string) workbookNamedItem-id (string) $select (array) $expand (array) |
| get_drives_by_drive_id_items_by_drive_item_id_workbook_names_by_workbook_named_item_id_worksheet | Returns the worksheet to which the named item is scoped. Available only if the item is scoped to the worksheet. Read-only. | drive-id (string) driveItem-id (string) workbookNamedItem-id (string) $select (array) $expand (array) |
| get_drives_by_drive_id_items_by_drive_item_id_workbook_names_count | Get the number of the resource | drive-id (string) driveItem-id (string) $search (string) |
| post_drives_by_drive_id_items_by_drive_item_id_workbook_names_add | Adds a new name to the collection of the given scope using the user's locale for the formula. | drive-id (string) driveItem-id (string) data: { . name (string) . reference . comment (string) } (object) required |
| post_drives_by_drive_id_items_by_drive_item_id_workbook_names_add_formula_local | Adds a new name to the collection of the given scope using the user's locale for the formula. | drive-id (string) driveItem-id (string) data: { . name (string) . formula (string) . comment (string) } (object) required |
| get_drives_by_drive_id_items_by_drive_item_id_workbook_operations | The status of workbook operations. Getting an operation collection is not supported, but you can get the status of a long-running operation if the Location header is returned in the response. Read-only. | drive-id (string) driveItem-id (string) $top (integer) $orderby (array) $select (array) $expand (array) |
| post_drives_by_drive_id_items_by_drive_item_id_workbook_operations | Create new navigation property to operations for drives | drive-id (string) driveItem-id (string) data (undefined) required |
| get_drives_by_drive_id_items_by_drive_item_id_workbook_operations_by_workbook_operation_id | The status of workbook operations. Getting an operation collection is not supported, but you can get the status of a long-running operation if the Location header is returned in the response. Read-only. | drive-id (string) driveItem-id (string) workbookOperation-id (string) $select (array) $expand (array) |
| patch_drives_by_drive_id_items_by_drive_item_id_workbook_operations_by_workbook_operation_id | Update the navigation property operations in drives | drive-id (string) driveItem-id (string) workbookOperation-id (string) data (undefined) required |
| delete_drives_by_drive_id_items_by_drive_item_id_workbook_operations_by_workbook_operation_id | Delete navigation property operations for drives | drive-id (string) driveItem-id (string) workbookOperation-id (string) If-Match (string) |
| get_drives_by_drive_id_items_by_drive_item_id_workbook_operations_count | Get the number of the resource | drive-id (string) driveItem-id (string) $search (string) |
| get_drives_by_drive_id_items_by_drive_item_id_workbook_tables | Represents a collection of tables associated with the workbook. Read-only. | drive-id (string) driveItem-id (string) $top (integer) $orderby (array) $select (array) $expand (array) |
| post_drives_by_drive_id_items_by_drive_item_id_workbook_tables | Create new navigation property to tables for drives | drive-id (string) driveItem-id (string) data (undefined) required |
| get_drives_by_drive_id_items_by_drive_item_id_workbook_tables_by_workbook_table_id | Represents a collection of tables associated with the workbook. Read-only. | drive-id (string) driveItem-id (string) workbookTable-id (string) $select (array) $expand (array) |
| patch_drives_by_drive_id_items_by_drive_item_id_workbook_tables_by_workbook_table_id | Update the navigation property tables in drives | drive-id (string) driveItem-id (string) workbookTable-id (string) data (undefined) required |
| delete_drives_by_drive_id_items_by_drive_item_id_workbook_tables_by_workbook_table_id | Delete navigation property tables for drives | drive-id (string) driveItem-id (string) workbookTable-id (string) If-Match (string) |
| get_drives_by_drive_id_items_by_drive_item_id_workbook_tables_by_workbook_table_id_columns | The list of all the columns in the table. Read-only. | drive-id (string) driveItem-id (string) workbookTable-id (string) $top (integer) $orderby (array) $select (array) $expand (array) |
| post_drives_by_drive_id_items_by_drive_item_id_workbook_tables_by_workbook_table_id_columns | Create new navigation property to columns for drives | drive-id (string) driveItem-id (string) workbookTable-id (string) data (undefined) required |
| get_drives_by_drive_id_items_by_drive_item_id_workbook_tables_by_workbook_table_id_columns_by_workbook_table_column_id | The list of all the columns in the table. Read-only. | drive-id (string) driveItem-id (string) workbookTable-id (string) workbookTableColumn-id (string) $select (array) $expand (array) |
| patch_drives_by_drive_id_items_by_drive_item_id_workbook_tables_by_workbook_table_id_columns_by_workbook_table_column_id | Update the navigation property columns in drives | drive-id (string) driveItem-id (string) workbookTable-id (string) workbookTableColumn-id (string) data (undefined) required |
| delete_drives_by_drive_id_items_by_drive_item_id_workbook_tables_by_workbook_table_id_columns_by_workbook_table_column_id | Delete navigation property columns for drives | drive-id (string) driveItem-id (string) workbookTable-id (string) workbookTableColumn-id (string) If-Match (string) |
| get_drives_by_drive_id_items_by_drive_item_id_workbook_tables_by_workbook_table_id_columns_by_workbook_table_column_id_filter | The filter applied to the column. Read-only. | drive-id (string) driveItem-id (string) workbookTable-id (string) workbookTableColumn-id (string) $select (array) $expand (array) |
| patch_drives_by_drive_id_items_by_drive_item_id_workbook_tables_by_workbook_table_id_columns_by_workbook_table_column_id_filter | Update the navigation property filter in drives | drive-id (string) driveItem-id (string) workbookTable-id (string) workbookTableColumn-id (string) data (undefined) required |
| delete_drives_by_drive_id_items_by_drive_item_id_workbook_tables_by_workbook_table_id_columns_by_workbook_table_column_id_filter | Delete navigation property filter for drives | drive-id (string) driveItem-id (string) workbookTable-id (string) workbookTableColumn-id (string) If-Match (string) |
| post_drives_by_drive_id_items_by_drive_item_id_workbook_tables_by_workbook_table_id_columns_by_workbook_table_column_id_filter_apply | Apply the given filter criteria on the given column. | drive-id (string) driveItem-id (string) workbookTable-id (string) workbookTableColumn-id (string) data: { . criteria } (object) required |
| post_drives_by_drive_id_items_by_drive_item_id_workbook_tables_by_workbook_table_id_columns_by_workbook_table_column_id_filter_apply_bottom_items_filter | Invoke action applyBottomItemsFilter | drive-id (string) driveItem-id (string) workbookTable-id (string) workbookTableColumn-id (string) data: { . count (number) } (object) required |
| post_drives_by_drive_id_items_by_drive_item_id_workbook_tables_by_workbook_table_id_columns_by_workbook_table_column_id_filter_apply_bottom_percent_filter | Invoke action applyBottomPercentFilter | drive-id (string) driveItem-id (string) workbookTable-id (string) workbookTableColumn-id (string) data: { . percent (number) } (object) required |
| post_drives_by_drive_id_items_by_drive_item_id_workbook_tables_by_workbook_table_id_columns_by_workbook_table_column_id_filter_apply_cell_color_filter | Invoke action applyCellColorFilter | drive-id (string) driveItem-id (string) workbookTable-id (string) workbookTableColumn-id (string) data: { . color (string) } (object) required |
| post_drives_by_drive_id_items_by_drive_item_id_workbook_tables_by_workbook_table_id_columns_by_workbook_table_column_id_filter_apply_custom_filter | Invoke action applyCustomFilter | drive-id (string) driveItem-id (string) workbookTable-id (string) workbookTableColumn-id (string) data: { . criteria1 (string) . criteria2 (string) . oper (string) } (object) required |
| post_drives_by_drive_id_items_by_drive_item_id_workbook_tables_by_workbook_table_id_columns_by_workbook_table_column_id_filter_apply_dynamic_filter | Invoke action applyDynamicFilter | drive-id (string) driveItem-id (string) workbookTable-id (string) workbookTableColumn-id (string) data: { . criteria (string) } (object) required |
| post_drives_by_drive_id_items_by_drive_item_id_workbook_tables_by_workbook_table_id_columns_by_workbook_table_column_id_filter_apply_font_color_filter | Invoke action applyFontColorFilter | drive-id (string) driveItem-id (string) workbookTable-id (string) workbookTableColumn-id (string) data: { . color (string) } (object) required |
| post_drives_by_drive_id_items_by_drive_item_id_workbook_tables_by_workbook_table_id_columns_by_workbook_table_column_id_filter_apply_icon_filter | Invoke action applyIconFilter | drive-id (string) driveItem-id (string) workbookTable-id (string) workbookTableColumn-id (string) data: { . icon } (object) required |
| post_drives_by_drive_id_items_by_drive_item_id_workbook_tables_by_workbook_table_id_columns_by_workbook_table_column_id_filter_apply_top_items_filter | Invoke action applyTopItemsFilter | drive-id (string) driveItem-id (string) workbookTable-id (string) workbookTableColumn-id (string) data: { . count (number) } (object) required |
| post_drives_by_drive_id_items_by_drive_item_id_workbook_tables_by_workbook_table_id_columns_by_workbook_table_column_id_filter_apply_top_percent_filter | Invoke action applyTopPercentFilter | drive-id (string) driveItem-id (string) workbookTable-id (string) workbookTableColumn-id (string) data: { . percent (number) } (object) required |
| post_drives_by_drive_id_items_by_drive_item_id_workbook_tables_by_workbook_table_id_columns_by_workbook_table_column_id_filter_apply_values_filter | Invoke action applyValuesFilter | drive-id (string) driveItem-id (string) workbookTable-id (string) workbookTableColumn-id (string) data: { . values } (object) required |
| post_drives_by_drive_id_items_by_drive_item_id_workbook_tables_by_workbook_table_id_columns_by_workbook_table_column_id_filter_clear | Clear the filter on the given column. | drive-id (string) driveItem-id (string) workbookTable-id (string) workbookTableColumn-id (string) |
| get_drives_by_drive_id_items_by_drive_item_id_workbook_tables_by_workbook_table_id_columns_by_workbook_table_column_id_data_body_range_ | Gets the range object associated with the data body of the column. | drive-id (string) driveItem-id (string) workbookTable-id (string) workbookTableColumn-id (string) |
| get_drives_by_drive_id_items_by_drive_item_id_workbook_tables_by_workbook_table_id_columns_by_workbook_table_column_id_data_body_range_format | Returns a format object, encapsulating the range's font, fill, borders, alignment, and other properties. Read-only. | drive-id (string) driveItem-id (string) workbookTable-id (string) workbookTableColumn-id (string) $select (array) $expand (array) |
| patch_drives_by_drive_id_items_by_drive_item_id_workbook_tables_by_workbook_table_id_columns_by_workbook_table_column_id_data_body_range_format | Update the navigation property format in drives | drive-id (string) driveItem-id (string) workbookTable-id (string) workbookTableColumn-id (string) data (undefined) required |
| delete_drives_by_drive_id_items_by_drive_item_id_workbook_tables_by_workbook_table_id_columns_by_workbook_table_column_id_data_body_range_format | Delete navigation property format for drives | drive-id (string) driveItem-id (string) workbookTable-id (string) workbookTableColumn-id (string) If-Match (string) |
| get_drives_by_drive_id_items_by_drive_item_id_workbook_tables_by_workbook_table_id_columns_by_workbook_table_column_id_data_body_range_bounding_rect_another_range_by_another_range_ | Invoke function boundingRect | drive-id (string) driveItem-id (string) workbookTable-id (string) workbookTableColumn-id (string) anotherRange (string) |
| get_drives_by_drive_id_items_by_drive_item_id_workbook_tables_by_workbook_table_id_columns_by_workbook_table_column_id_data_body_range_cell_row_by_row_column_by_column_ | Invoke function cell | drive-id (string) driveItem-id (string) workbookTable-id (string) workbookTableColumn-id (string) row (number) column (number) |
| post_drives_by_drive_id_items_by_drive_item_id_workbook_tables_by_workbook_table_id_columns_by_workbook_table_column_id_data_body_range_clear | Invoke action clear | drive-id (string) driveItem-id (string) workbookTable-id (string) workbookTableColumn-id (string) data: { . applyTo (string) } (object) required |
| get_drives_by_drive_id_items_by_drive_item_id_workbook_tables_by_workbook_table_id_columns_by_workbook_table_column_id_data_body_range_column_column_by_column_ | Invoke function column | drive-id (string) driveItem-id (string) workbookTable-id (string) workbookTableColumn-id (string) column (number) |
| get_drives_by_drive_id_items_by_drive_item_id_workbook_tables_by_workbook_table_id_columns_by_workbook_table_column_id_data_body_range_columns_after_ | Invoke function columnsAfter | drive-id (string) driveItem-id (string) workbookTable-id (string) workbookTableColumn-id (string) |
| get_drives_by_drive_id_items_by_drive_item_id_workbook_tables_by_workbook_table_id_columns_by_workbook_table_column_id_data_body_range_columns_after_count_by_count_ | Invoke function columnsAfter | drive-id (string) driveItem-id (string) workbookTable-id (string) workbookTableColumn-id (string) count (number) |
| get_drives_by_drive_id_items_by_drive_item_id_workbook_tables_by_workbook_table_id_columns_by_workbook_table_column_id_data_body_range_columns_before_ | Invoke function columnsBefore | drive-id (string) driveItem-id (string) workbookTable-id (string) workbookTableColumn-id (string) |
| get_drives_by_drive_id_items_by_drive_item_id_workbook_tables_by_workbook_table_id_columns_by_workbook_table_column_id_data_body_range_columns_before_count_by_count_ | Invoke function columnsBefore | drive-id (string) driveItem-id (string) workbookTable-id (string) workbookTableColumn-id (string) count (number) |
| post_drives_by_drive_id_items_by_drive_item_id_workbook_tables_by_workbook_table_id_columns_by_workbook_table_column_id_data_body_range_delete | Invoke action delete | drive-id (string) driveItem-id (string) workbookTable-id (string) workbookTableColumn-id (string) data: { . shift (string) } (object) required |
| get_drives_by_drive_id_items_by_drive_item_id_workbook_tables_by_workbook_table_id_columns_by_workbook_table_column_id_data_body_range_entire_column_ | Invoke function entireColumn | drive-id (string) driveItem-id (string) workbookTable-id (string) workbookTableColumn-id (string) |
| get_drives_by_drive_id_items_by_drive_item_id_workbook_tables_by_workbook_table_id_columns_by_workbook_table_column_id_data_body_range_entire_row_ | Invoke function entireRow | drive-id (string) driveItem-id (string) workbookTable-id (string) workbookTableColumn-id (string) |
| post_drives_by_drive_id_items_by_drive_item_id_workbook_tables_by_workbook_table_id_columns_by_workbook_table_column_id_data_body_range_insert | Invoke action insert | drive-id (string) driveItem-id (string) workbookTable-id (string) workbookTableColumn-id (string) data: { . shift (string) } (object) required |
| get_drives_by_drive_id_items_by_drive_item_id_workbook_tables_by_workbook_table_id_columns_by_workbook_table_column_id_data_body_range_intersection_another_range_by_another_range_ | Invoke function intersection | drive-id (string) driveItem-id (string) workbookTable-id (string) workbookTableColumn-id (string) anotherRange (string) |
| get_drives_by_drive_id_items_by_drive_item_id_workbook_tables_by_workbook_table_id_columns_by_workbook_table_column_id_data_body_range_last_cell_ | Invoke function lastCell | drive-id (string) driveItem-id (string) workbookTable-id (string) workbookTableColumn-id (string) |
| get_drives_by_drive_id_items_by_drive_item_id_workbook_tables_by_workbook_table_id_columns_by_workbook_table_column_id_data_body_range_last_column_ | Invoke function lastColumn | drive-id (string) driveItem-id (string) workbookTable-id (string) workbookTableColumn-id (string) |
| get_drives_by_drive_id_items_by_drive_item_id_workbook_tables_by_workbook_table_id_columns_by_workbook_table_column_id_data_body_range_last_row_ | Invoke function lastRow | drive-id (string) driveItem-id (string) workbookTable-id (string) workbookTableColumn-id (string) |
| post_drives_by_drive_id_items_by_drive_item_id_workbook_tables_by_workbook_table_id_columns_by_workbook_table_column_id_data_body_range_merge | Invoke action merge | drive-id (string) driveItem-id (string) workbookTable-id (string) workbookTableColumn-id (string) data: { . across (boolean) } (object) required |
| get_drives_by_drive_id_items_by_drive_item_id_workbook_tables_by_workbook_table_id_columns_by_workbook_table_column_id_data_body_range_offset_range_row_offset_by_row_offset_column_offset_by_column_offset_ | Invoke function offsetRange | drive-id (string) driveItem-id (string) workbookTable-id (string) workbookTableColumn-id (string) rowOffset (number) columnOffset (number) |
| get_drives_by_drive_id_items_by_drive_item_id_workbook_tables_by_workbook_table_id_columns_by_workbook_table_column_id_data_body_range_resized_range_delta_rows_by_delta_rows_delta_columns_by_delta_columns_ | Invoke function resizedRange | drive-id (string) driveItem-id (string) workbookTable-id (string) workbookTableColumn-id (string) deltaRows (number) deltaColumns (number) |
| get_drives_by_drive_id_items_by_drive_item_id_workbook_tables_by_workbook_table_id_columns_by_workbook_table_column_id_data_body_range_row_row_by_row_ | Invoke function row | drive-id (string) driveItem-id (string) workbookTable-id (string) workbookTableColumn-id (string) row (number) |
| get_drives_by_drive_id_items_by_drive_item_id_workbook_tables_by_workbook_table_id_columns_by_workbook_table_column_id_data_body_range_rows_above_ | Invoke function rowsAbove | drive-id (string) driveItem-id (string) workbookTable-id (string) workbookTableColumn-id (string) |
| get_drives_by_drive_id_items_by_drive_item_id_workbook_tables_by_workbook_table_id_columns_by_workbook_table_column_id_data_body_range_rows_above_count_by_count_ | Invoke function rowsAbove | drive-id (string) driveItem-id (string) workbookTable-id (string) workbookTableColumn-id (string) count (number) |
| get_drives_by_drive_id_items_by_drive_item_id_workbook_tables_by_workbook_table_id_columns_by_workbook_table_column_id_data_body_range_rows_below_ | Invoke function rowsBelow | drive-id (string) driveItem-id (string) workbookTable-id (string) workbookTableColumn-id (string) |
| get_drives_by_drive_id_items_by_drive_item_id_workbook_tables_by_workbook_table_id_columns_by_workbook_table_column_id_data_body_range_rows_below_count_by_count_ | Invoke function rowsBelow | drive-id (string) driveItem-id (string) workbookTable-id (string) workbookTableColumn-id (string) count (number) |
| post_drives_by_drive_id_items_by_drive_item_id_workbook_tables_by_workbook_table_id_columns_by_workbook_table_column_id_data_body_range_unmerge | Invoke action unmerge | drive-id (string) driveItem-id (string) workbookTable-id (string) workbookTableColumn-id (string) |
| get_drives_by_drive_id_items_by_drive_item_id_workbook_tables_by_workbook_table_id_columns_by_workbook_table_column_id_data_body_range_used_range_ | Invoke function usedRange | drive-id (string) driveItem-id (string) workbookTable-id (string) workbookTableColumn-id (string) |
| get_drives_by_drive_id_items_by_drive_item_id_workbook_tables_by_workbook_table_id_columns_by_workbook_table_column_id_data_body_range_used_range_values_only_by_values_only_ | Invoke function usedRange | drive-id (string) driveItem-id (string) workbookTable-id (string) workbookTableColumn-id (string) valuesOnly (boolean) |
| get_drives_by_drive_id_items_by_drive_item_id_workbook_tables_by_workbook_table_id_columns_by_workbook_table_column_id_data_body_range_visible_view_ | Invoke function visibleView | drive-id (string) driveItem-id (string) workbookTable-id (string) workbookTableColumn-id (string) |
| get_drives_by_drive_id_items_by_drive_item_id_workbook_tables_by_workbook_table_id_columns_by_workbook_table_column_id_data_body_range_sort | The worksheet containing the current range. Read-only. | drive-id (string) driveItem-id (string) workbookTable-id (string) workbookTableColumn-id (string) $select (array) $expand (array) |
| patch_drives_by_drive_id_items_by_drive_item_id_workbook_tables_by_workbook_table_id_columns_by_workbook_table_column_id_data_body_range_sort | Update the navigation property sort in drives | drive-id (string) driveItem-id (string) workbookTable-id (string) workbookTableColumn-id (string) data (undefined) required |
| delete_drives_by_drive_id_items_by_drive_item_id_workbook_tables_by_workbook_table_id_columns_by_workbook_table_column_id_data_body_range_sort | Delete navigation property sort for drives | drive-id (string) driveItem-id (string) workbookTable-id (string) workbookTableColumn-id (string) If-Match (string) |
| get_drives_by_drive_id_items_by_drive_item_id_workbook_tables_by_workbook_table_id_columns_by_workbook_table_column_id_data_body_range_worksheet | The worksheet containing the current range. Read-only. | drive-id (string) driveItem-id (string) workbookTable-id (string) workbookTableColumn-id (string) $select (array) $expand (array) |
| get_drives_by_drive_id_items_by_drive_item_id_workbook_tables_by_workbook_table_id_columns_by_workbook_table_column_id_header_row_range_ | Gets the range object associated with the header row of the column. | drive-id (string) driveItem-id (string) workbookTable-id (string) workbookTableColumn-id (string) |
| get_drives_by_drive_id_items_by_drive_item_id_workbook_tables_by_workbook_table_id_columns_by_workbook_table_column_id_header_row_range_format | Returns a format object, encapsulating the range's font, fill, borders, alignment, and other properties. Read-only. | drive-id (string) driveItem-id (string) workbookTable-id (string) workbookTableColumn-id (string) $select (array) $expand (array) |
| patch_drives_by_drive_id_items_by_drive_item_id_workbook_tables_by_workbook_table_id_columns_by_workbook_table_column_id_header_row_range_format | Update the navigation property format in drives | drive-id (string) driveItem-id (string) workbookTable-id (string) workbookTableColumn-id (string) data (undefined) required |
| delete_drives_by_drive_id_items_by_drive_item_id_workbook_tables_by_workbook_table_id_columns_by_workbook_table_column_id_header_row_range_format | Delete navigation property format for drives | drive-id (string) driveItem-id (string) workbookTable-id (string) workbookTableColumn-id (string) If-Match (string) |
| get_drives_by_drive_id_items_by_drive_item_id_workbook_tables_by_workbook_table_id_columns_by_workbook_table_column_id_header_row_range_bounding_rect_another_range_by_another_range_ | Invoke function boundingRect | drive-id (string) driveItem-id (string) workbookTable-id (string) workbookTableColumn-id (string) anotherRange (string) |
| get_drives_by_drive_id_items_by_drive_item_id_workbook_tables_by_workbook_table_id_columns_by_workbook_table_column_id_header_row_range_cell_row_by_row_column_by_column_ | Invoke function cell | drive-id (string) driveItem-id (string) workbookTable-id (string) workbookTableColumn-id (string) row (number) column (number) |
| post_drives_by_drive_id_items_by_drive_item_id_workbook_tables_by_workbook_table_id_columns_by_workbook_table_column_id_header_row_range_clear | Invoke action clear | drive-id (string) driveItem-id (string) workbookTable-id (string) workbookTableColumn-id (string) data: { . applyTo (string) } (object) required |
| get_drives_by_drive_id_items_by_drive_item_id_workbook_tables_by_workbook_table_id_columns_by_workbook_table_column_id_header_row_range_column_column_by_column_ | Invoke function column | drive-id (string) driveItem-id (string) workbookTable-id (string) workbookTableColumn-id (string) column (number) |
| get_drives_by_drive_id_items_by_drive_item_id_workbook_tables_by_workbook_table_id_columns_by_workbook_table_column_id_header_row_range_columns_after_ | Invoke function columnsAfter | drive-id (string) driveItem-id (string) workbookTable-id (string) workbookTableColumn-id (string) |
| get_drives_by_drive_id_items_by_drive_item_id_workbook_tables_by_workbook_table_id_columns_by_workbook_table_column_id_header_row_range_columns_after_count_by_count_ | Invoke function columnsAfter | drive-id (string) driveItem-id (string) workbookTable-id (string) workbookTableColumn-id (string) count (number) |
| get_drives_by_drive_id_items_by_drive_item_id_workbook_tables_by_workbook_table_id_columns_by_workbook_table_column_id_header_row_range_columns_before_ | Invoke function columnsBefore | drive-id (string) driveItem-id (string) workbookTable-id (string) workbookTableColumn-id (string) |
| get_drives_by_drive_id_items_by_drive_item_id_workbook_tables_by_workbook_table_id_columns_by_workbook_table_column_id_header_row_range_columns_before_count_by_count_ | Invoke function columnsBefore | drive-id (string) driveItem-id (string) workbookTable-id (string) workbookTableColumn-id (string) count (number) |
| post_drives_by_drive_id_items_by_drive_item_id_workbook_tables_by_workbook_table_id_columns_by_workbook_table_column_id_header_row_range_delete | Invoke action delete | drive-id (string) driveItem-id (string) workbookTable-id (string) workbookTableColumn-id (string) data: { . shift (string) } (object) required |
| get_drives_by_drive_id_items_by_drive_item_id_workbook_tables_by_workbook_table_id_columns_by_workbook_table_column_id_header_row_range_entire_column_ | Invoke function entireColumn | drive-id (string) driveItem-id (string) workbookTable-id (string) workbookTableColumn-id (string) |
| get_drives_by_drive_id_items_by_drive_item_id_workbook_tables_by_workbook_table_id_columns_by_workbook_table_column_id_header_row_range_entire_row_ | Invoke function entireRow | drive-id (string) driveItem-id (string) workbookTable-id (string) workbookTableColumn-id (string) |
| post_drives_by_drive_id_items_by_drive_item_id_workbook_tables_by_workbook_table_id_columns_by_workbook_table_column_id_header_row_range_insert | Invoke action insert | drive-id (string) driveItem-id (string) workbookTable-id (string) workbookTableColumn-id (string) data: { . shift (string) } (object) required |
| get_drives_by_drive_id_items_by_drive_item_id_workbook_tables_by_workbook_table_id_columns_by_workbook_table_column_id_header_row_range_intersection_another_range_by_another_range_ | Invoke function intersection | drive-id (string) driveItem-id (string) workbookTable-id (string) workbookTableColumn-id (string) anotherRange (string) |
| get_drives_by_drive_id_items_by_drive_item_id_workbook_tables_by_workbook_table_id_columns_by_workbook_table_column_id_header_row_range_last_cell_ | Invoke function lastCell | drive-id (string) driveItem-id (string) workbookTable-id (string) workbookTableColumn-id (string) |
| get_drives_by_drive_id_items_by_drive_item_id_workbook_tables_by_workbook_table_id_columns_by_workbook_table_column_id_header_row_range_last_column_ | Invoke function lastColumn | drive-id (string) driveItem-id (string) workbookTable-id (string) workbookTableColumn-id (string) |
| get_drives_by_drive_id_items_by_drive_item_id_workbook_tables_by_workbook_table_id_columns_by_workbook_table_column_id_header_row_range_last_row_ | Invoke function lastRow | drive-id (string) driveItem-id (string) workbookTable-id (string) workbookTableColumn-id (string) |
| post_drives_by_drive_id_items_by_drive_item_id_workbook_tables_by_workbook_table_id_columns_by_workbook_table_column_id_header_row_range_merge | Invoke action merge | drive-id (string) driveItem-id (string) workbookTable-id (string) workbookTableColumn-id (string) data: { . across (boolean) } (object) required |
| get_drives_by_drive_id_items_by_drive_item_id_workbook_tables_by_workbook_table_id_columns_by_workbook_table_column_id_header_row_range_offset_range_row_offset_by_row_offset_column_offset_by_column_offset_ | Invoke function offsetRange | drive-id (string) driveItem-id (string) workbookTable-id (string) workbookTableColumn-id (string) rowOffset (number) columnOffset (number) |
| get_drives_by_drive_id_items_by_drive_item_id_workbook_tables_by_workbook_table_id_columns_by_workbook_table_column_id_header_row_range_resized_range_delta_rows_by_delta_rows_delta_columns_by_delta_columns_ | Invoke function resizedRange | drive-id (string) driveItem-id (string) workbookTable-id (string) workbookTableColumn-id (string) deltaRows (number) deltaColumns (number) |
| get_drives_by_drive_id_items_by_drive_item_id_workbook_tables_by_workbook_table_id_columns_by_workbook_table_column_id_header_row_range_row_row_by_row_ | Invoke function row | drive-id (string) driveItem-id (string) workbookTable-id (string) workbookTableColumn-id (string) row (number) |
| get_drives_by_drive_id_items_by_drive_item_id_workbook_tables_by_workbook_table_id_columns_by_workbook_table_column_id_header_row_range_rows_above_ | Invoke function rowsAbove | drive-id (string) driveItem-id (string) workbookTable-id (string) workbookTableColumn-id (string) |
| get_drives_by_drive_id_items_by_drive_item_id_workbook_tables_by_workbook_table_id_columns_by_workbook_table_column_id_header_row_range_rows_above_count_by_count_ | Invoke function rowsAbove | drive-id (string) driveItem-id (string) workbookTable-id (string) workbookTableColumn-id (string) count (number) |
| get_drives_by_drive_id_items_by_drive_item_id_workbook_tables_by_workbook_table_id_columns_by_workbook_table_column_id_header_row_range_rows_below_ | Invoke function rowsBelow | drive-id (string) driveItem-id (string) workbookTable-id (string) workbookTableColumn-id (string) |
| get_drives_by_drive_id_items_by_drive_item_id_workbook_tables_by_workbook_table_id_columns_by_workbook_table_column_id_header_row_range_rows_below_count_by_count_ | Invoke function rowsBelow | drive-id (string) driveItem-id (string) workbookTable-id (string) workbookTableColumn-id (string) count (number) |
| post_drives_by_drive_id_items_by_drive_item_id_workbook_tables_by_workbook_table_id_columns_by_workbook_table_column_id_header_row_range_unmerge | Invoke action unmerge | drive-id (string) driveItem-id (string) workbookTable-id (string) workbookTableColumn-id (string) |
| get_drives_by_drive_id_items_by_drive_item_id_workbook_tables_by_workbook_table_id_columns_by_workbook_table_column_id_header_row_range_used_range_ | Invoke function usedRange | drive-id (string) driveItem-id (string) workbookTable-id (string) workbookTableColumn-id (string) |
| get_drives_by_drive_id_items_by_drive_item_id_workbook_tables_by_workbook_table_id_columns_by_workbook_table_column_id_header_row_range_used_range_values_only_by_values_only_ | Invoke function usedRange | drive-id (string) driveItem-id (string) workbookTable-id (string) workbookTableColumn-id (string) valuesOnly (boolean) |
| get_drives_by_drive_id_items_by_drive_item_id_workbook_tables_by_workbook_table_id_columns_by_workbook_table_column_id_header_row_range_visible_view_ | Invoke function visibleView | drive-id (string) driveItem-id (string) workbookTable-id (string) workbookTableColumn-id (string) |
| get_drives_by_drive_id_items_by_drive_item_id_workbook_tables_by_workbook_table_id_columns_by_workbook_table_column_id_header_row_range_sort | The worksheet containing the current range. Read-only. | drive-id (string) driveItem-id (string) workbookTable-id (string) workbookTableColumn-id (string) $select (array) $expand (array) |
| patch_drives_by_drive_id_items_by_drive_item_id_workbook_tables_by_workbook_table_id_columns_by_workbook_table_column_id_header_row_range_sort | Update the navigation property sort in drives | drive-id (string) driveItem-id (string) workbookTable-id (string) workbookTableColumn-id (string) data (undefined) required |
| delete_drives_by_drive_id_items_by_drive_item_id_workbook_tables_by_workbook_table_id_columns_by_workbook_table_column_id_header_row_range_sort | Delete navigation property sort for drives | drive-id (string) driveItem-id (string) workbookTable-id (string) workbookTableColumn-id (string) If-Match (string) |
| get_drives_by_drive_id_items_by_drive_item_id_workbook_tables_by_workbook_table_id_columns_by_workbook_table_column_id_header_row_range_worksheet | The worksheet containing the current range. Read-only. | drive-id (string) driveItem-id (string) workbookTable-id (string) workbookTableColumn-id (string) $select (array) $expand (array) |
| get_drives_by_drive_id_items_by_drive_item_id_workbook_tables_by_workbook_table_id_columns_by_workbook_table_column_id_range_ | Gets the range object associated with the entire column. | drive-id (string) driveItem-id (string) workbookTable-id (string) workbookTableColumn-id (string) |
| get_drives_by_drive_id_items_by_drive_item_id_workbook_tables_by_workbook_table_id_columns_by_workbook_table_column_id_range_format | Returns a format object, encapsulating the range's font, fill, borders, alignment, and other properties. Read-only. | drive-id (string) driveItem-id (string) workbookTable-id (string) workbookTableColumn-id (string) $select (array) $expand (array) |
| patch_drives_by_drive_id_items_by_drive_item_id_workbook_tables_by_workbook_table_id_columns_by_workbook_table_column_id_range_format | Update the navigation property format in drives | drive-id (string) driveItem-id (string) workbookTable-id (string) workbookTableColumn-id (string) data (undefined) required |
| delete_drives_by_drive_id_items_by_drive_item_id_workbook_tables_by_workbook_table_id_columns_by_workbook_table_column_id_range_format | Delete navigation property format for drives | drive-id (string) driveItem-id (string) workbookTable-id (string) workbookTableColumn-id (string) If-Match (string) |
| get_drives_by_drive_id_items_by_drive_item_id_workbook_tables_by_workbook_table_id_columns_by_workbook_table_column_id_range_bounding_rect_another_range_by_another_range_ | Invoke function boundingRect | drive-id (string) driveItem-id (string) workbookTable-id (string) workbookTableColumn-id (string) anotherRange (string) |
| get_drives_by_drive_id_items_by_drive_item_id_workbook_tables_by_workbook_table_id_columns_by_workbook_table_column_id_range_cell_row_by_row_column_by_column_ | Invoke function cell | drive-id (string) driveItem-id (string) workbookTable-id (string) workbookTableColumn-id (string) row (number) column (number) |
| post_drives_by_drive_id_items_by_drive_item_id_workbook_tables_by_workbook_table_id_columns_by_workbook_table_column_id_range_clear | Invoke action clear | drive-id (string) driveItem-id (string) workbookTable-id (string) workbookTableColumn-id (string) data: { . applyTo (string) } (object) required |
| get_drives_by_drive_id_items_by_drive_item_id_workbook_tables_by_workbook_table_id_columns_by_workbook_table_column_id_range_column_column_by_column_ | Invoke function column | drive-id (string) driveItem-id (string) workbookTable-id (string) workbookTableColumn-id (string) column (number) |
| get_drives_by_drive_id_items_by_drive_item_id_workbook_tables_by_workbook_table_id_columns_by_workbook_table_column_id_range_columns_after_ | Invoke function columnsAfter | drive-id (string) driveItem-id (string) workbookTable-id (string) workbookTableColumn-id (string) |
| get_drives_by_drive_id_items_by_drive_item_id_workbook_tables_by_workbook_table_id_columns_by_workbook_table_column_id_range_columns_after_count_by_count_ | Invoke function columnsAfter | drive-id (string) driveItem-id (string) workbookTable-id (string) workbookTableColumn-id (string) count (number) |
| get_drives_by_drive_id_items_by_drive_item_id_workbook_tables_by_workbook_table_id_columns_by_workbook_table_column_id_range_columns_before_ | Invoke function columnsBefore | drive-id (string) driveItem-id (string) workbookTable-id (string) workbookTableColumn-id (string) |
| get_drives_by_drive_id_items_by_drive_item_id_workbook_tables_by_workbook_table_id_columns_by_workbook_table_column_id_range_columns_before_count_by_count_ | Invoke function columnsBefore | drive-id (string) driveItem-id (string) workbookTable-id (string) workbookTableColumn-id (string) count (number) |
| post_drives_by_drive_id_items_by_drive_item_id_workbook_tables_by_workbook_table_id_columns_by_workbook_table_column_id_range_delete | Invoke action delete | drive-id (string) driveItem-id (string) workbookTable-id (string) workbookTableColumn-id (string) data: { . shift (string) } (object) required |
| get_drives_by_drive_id_items_by_drive_item_id_workbook_tables_by_workbook_table_id_columns_by_workbook_table_column_id_range_entire_column_ | Invoke function entireColumn | drive-id (string) driveItem-id (string) workbookTable-id (string) workbookTableColumn-id (string) |
| get_drives_by_drive_id_items_by_drive_item_id_workbook_tables_by_workbook_table_id_columns_by_workbook_table_column_id_range_entire_row_ | Invoke function entireRow | drive-id (string) driveItem-id (string) workbookTable-id (string) workbookTableColumn-id (string) |
| post_drives_by_drive_id_items_by_drive_item_id_workbook_tables_by_workbook_table_id_columns_by_workbook_table_column_id_range_insert | Invoke action insert | drive-id (string) driveItem-id (string) workbookTable-id (string) workbookTableColumn-id (string) data: { . shift (string) } (object) required |
| get_drives_by_drive_id_items_by_drive_item_id_workbook_tables_by_workbook_table_id_columns_by_workbook_table_column_id_range_intersection_another_range_by_another_range_ | Invoke function intersection | drive-id (string) driveItem-id (string) workbookTable-id (string) workbookTableColumn-id (string) anotherRange (string) |
| get_drives_by_drive_id_items_by_drive_item_id_workbook_tables_by_workbook_table_id_columns_by_workbook_table_column_id_range_last_cell_ | Invoke function lastCell | drive-id (string) driveItem-id (string) workbookTable-id (string) workbookTableColumn-id (string) |
| get_drives_by_drive_id_items_by_drive_item_id_workbook_tables_by_workbook_table_id_columns_by_workbook_table_column_id_range_last_column_ | Invoke function lastColumn | drive-id (string) driveItem-id (string) workbookTable-id (string) workbookTableColumn-id (string) |
| get_drives_by_drive_id_items_by_drive_item_id_workbook_tables_by_workbook_table_id_columns_by_workbook_table_column_id_range_last_row_ | Invoke function lastRow | drive-id (string) driveItem-id (string) workbookTable-id (string) workbookTableColumn-id (string) |
| post_drives_by_drive_id_items_by_drive_item_id_workbook_tables_by_workbook_table_id_columns_by_workbook_table_column_id_range_merge | Invoke action merge | drive-id (string) driveItem-id (string) workbookTable-id (string) workbookTableColumn-id (string) data: { . across (boolean) } (object) required |
| get_drives_by_drive_id_items_by_drive_item_id_workbook_tables_by_workbook_table_id_columns_by_workbook_table_column_id_range_offset_range_row_offset_by_row_offset_column_offset_by_column_offset_ | Invoke function offsetRange | drive-id (string) driveItem-id (string) workbookTable-id (string) workbookTableColumn-id (string) rowOffset (number) columnOffset (number) |
| get_drives_by_drive_id_items_by_drive_item_id_workbook_tables_by_workbook_table_id_columns_by_workbook_table_column_id_range_resized_range_delta_rows_by_delta_rows_delta_columns_by_delta_columns_ | Invoke function resizedRange | drive-id (string) driveItem-id (string) workbookTable-id (string) workbookTableColumn-id (string) deltaRows (number) deltaColumns (number) |
| get_drives_by_drive_id_items_by_drive_item_id_workbook_tables_by_workbook_table_id_columns_by_workbook_table_column_id_range_row_row_by_row_ | Invoke function row | drive-id (string) driveItem-id (string) workbookTable-id (string) workbookTableColumn-id (string) row (number) |
| get_drives_by_drive_id_items_by_drive_item_id_workbook_tables_by_workbook_table_id_columns_by_workbook_table_column_id_range_rows_above_ | Invoke function rowsAbove | drive-id (string) driveItem-id (string) workbookTable-id (string) workbookTableColumn-id (string) |
| get_drives_by_drive_id_items_by_drive_item_id_workbook_tables_by_workbook_table_id_columns_by_workbook_table_column_id_range_rows_above_count_by_count_ | Invoke function rowsAbove | drive-id (string) driveItem-id (string) workbookTable-id (string) workbookTableColumn-id (string) count (number) |
| get_drives_by_drive_id_items_by_drive_item_id_workbook_tables_by_workbook_table_id_columns_by_workbook_table_column_id_range_rows_below_ | Invoke function rowsBelow | drive-id (string) driveItem-id (string) workbookTable-id (string) workbookTableColumn-id (string) |
| get_drives_by_drive_id_items_by_drive_item_id_workbook_tables_by_workbook_table_id_columns_by_workbook_table_column_id_range_rows_below_count_by_count_ | Invoke function rowsBelow | drive-id (string) driveItem-id (string) workbookTable-id (string) workbookTableColumn-id (string) count (number) |
| post_drives_by_drive_id_items_by_drive_item_id_workbook_tables_by_workbook_table_id_columns_by_workbook_table_column_id_range_unmerge | Invoke action unmerge | drive-id (string) driveItem-id (string) workbookTable-id (string) workbookTableColumn-id (string) |
| get_drives_by_drive_id_items_by_drive_item_id_workbook_tables_by_workbook_table_id_columns_by_workbook_table_column_id_range_used_range_ | Invoke function usedRange | drive-id (string) driveItem-id (string) workbookTable-id (string) workbookTableColumn-id (string) |
| get_drives_by_drive_id_items_by_drive_item_id_workbook_tables_by_workbook_table_id_columns_by_workbook_table_column_id_range_used_range_values_only_by_values_only_ | Invoke function usedRange | drive-id (string) driveItem-id (string) workbookTable-id (string) workbookTableColumn-id (string) valuesOnly (boolean) |
| get_drives_by_drive_id_items_by_drive_item_id_workbook_tables_by_workbook_table_id_columns_by_workbook_table_column_id_range_visible_view_ | Invoke function visibleView | drive-id (string) driveItem-id (string) workbookTable-id (string) workbookTableColumn-id (string) |
| get_drives_by_drive_id_items_by_drive_item_id_workbook_tables_by_workbook_table_id_columns_by_workbook_table_column_id_range_sort | The worksheet containing the current range. Read-only. | drive-id (string) driveItem-id (string) workbookTable-id (string) workbookTableColumn-id (string) $select (array) $expand (array) |
| patch_drives_by_drive_id_items_by_drive_item_id_workbook_tables_by_workbook_table_id_columns_by_workbook_table_column_id_range_sort | Update the navigation property sort in drives | drive-id (string) driveItem-id (string) workbookTable-id (string) workbookTableColumn-id (string) data (undefined) required |
| delete_drives_by_drive_id_items_by_drive_item_id_workbook_tables_by_workbook_table_id_columns_by_workbook_table_column_id_range_sort | Delete navigation property sort for drives | drive-id (string) driveItem-id (string) workbookTable-id (string) workbookTableColumn-id (string) If-Match (string) |
| get_drives_by_drive_id_items_by_drive_item_id_workbook_tables_by_workbook_table_id_columns_by_workbook_table_column_id_range_worksheet | The worksheet containing the current range. Read-only. | drive-id (string) driveItem-id (string) workbookTable-id (string) workbookTableColumn-id (string) $select (array) $expand (array) |
| get_drives_by_drive_id_items_by_drive_item_id_workbook_tables_by_workbook_table_id_columns_by_workbook_table_column_id_total_row_range_ | Gets the range object associated with the totals row of the column. | drive-id (string) driveItem-id (string) workbookTable-id (string) workbookTableColumn-id (string) |
| get_drives_by_drive_id_items_by_drive_item_id_workbook_tables_by_workbook_table_id_columns_by_workbook_table_column_id_total_row_range_format | Returns a format object, encapsulating the range's font, fill, borders, alignment, and other properties. Read-only. | drive-id (string) driveItem-id (string) workbookTable-id (string) workbookTableColumn-id (string) $select (array) $expand (array) |
| patch_drives_by_drive_id_items_by_drive_item_id_workbook_tables_by_workbook_table_id_columns_by_workbook_table_column_id_total_row_range_format | Update the navigation property format in drives | drive-id (string) driveItem-id (string) workbookTable-id (string) workbookTableColumn-id (string) data (undefined) required |
| delete_drives_by_drive_id_items_by_drive_item_id_workbook_tables_by_workbook_table_id_columns_by_workbook_table_column_id_total_row_range_format | Delete navigation property format for drives | drive-id (string) driveItem-id (string) workbookTable-id (string) workbookTableColumn-id (string) If-Match (string) |
| get_drives_by_drive_id_items_by_drive_item_id_workbook_tables_by_workbook_table_id_columns_by_workbook_table_column_id_total_row_range_bounding_rect_another_range_by_another_range_ | Invoke function boundingRect | drive-id (string) driveItem-id (string) workbookTable-id (string) workbookTableColumn-id (string) anotherRange (string) |
| get_drives_by_drive_id_items_by_drive_item_id_workbook_tables_by_workbook_table_id_columns_by_workbook_table_column_id_total_row_range_cell_row_by_row_column_by_column_ | Invoke function cell | drive-id (string) driveItem-id (string) workbookTable-id (string) workbookTableColumn-id (string) row (number) column (number) |
| post_drives_by_drive_id_items_by_drive_item_id_workbook_tables_by_workbook_table_id_columns_by_workbook_table_column_id_total_row_range_clear | Invoke action clear | drive-id (string) driveItem-id (string) workbookTable-id (string) workbookTableColumn-id (string) data: { . applyTo (string) } (object) required |
| get_drives_by_drive_id_items_by_drive_item_id_workbook_tables_by_workbook_table_id_columns_by_workbook_table_column_id_total_row_range_column_column_by_column_ | Invoke function column | drive-id (string) driveItem-id (string) workbookTable-id (string) workbookTableColumn-id (string) column (number) |
| get_drives_by_drive_id_items_by_drive_item_id_workbook_tables_by_workbook_table_id_columns_by_workbook_table_column_id_total_row_range_columns_after_ | Invoke function columnsAfter | drive-id (string) driveItem-id (string) workbookTable-id (string) workbookTableColumn-id (string) |
| get_drives_by_drive_id_items_by_drive_item_id_workbook_tables_by_workbook_table_id_columns_by_workbook_table_column_id_total_row_range_columns_after_count_by_count_ | Invoke function columnsAfter | drive-id (string) driveItem-id (string) workbookTable-id (string) workbookTableColumn-id (string) count (number) |
| get_drives_by_drive_id_items_by_drive_item_id_workbook_tables_by_workbook_table_id_columns_by_workbook_table_column_id_total_row_range_columns_before_ | Invoke function columnsBefore | drive-id (string) driveItem-id (string) workbookTable-id (string) workbookTableColumn-id (string) |
| get_drives_by_drive_id_items_by_drive_item_id_workbook_tables_by_workbook_table_id_columns_by_workbook_table_column_id_total_row_range_columns_before_count_by_count_ | Invoke function columnsBefore | drive-id (string) driveItem-id (string) workbookTable-id (string) workbookTableColumn-id (string) count (number) |
| post_drives_by_drive_id_items_by_drive_item_id_workbook_tables_by_workbook_table_id_columns_by_workbook_table_column_id_total_row_range_delete | Invoke action delete | drive-id (string) driveItem-id (string) workbookTable-id (string) workbookTableColumn-id (string) data: { . shift (string) } (object) required |
| get_drives_by_drive_id_items_by_drive_item_id_workbook_tables_by_workbook_table_id_columns_by_workbook_table_column_id_total_row_range_entire_column_ | Invoke function entireColumn | drive-id (string) driveItem-id (string) workbookTable-id (string) workbookTableColumn-id (string) |
| get_drives_by_drive_id_items_by_drive_item_id_workbook_tables_by_workbook_table_id_columns_by_workbook_table_column_id_total_row_range_entire_row_ | Invoke function entireRow | drive-id (string) driveItem-id (string) workbookTable-id (string) workbookTableColumn-id (string) |
| post_drives_by_drive_id_items_by_drive_item_id_workbook_tables_by_workbook_table_id_columns_by_workbook_table_column_id_total_row_range_insert | Invoke action insert | drive-id (string) driveItem-id (string) workbookTable-id (string) workbookTableColumn-id (string) data: { . shift (string) } (object) required |
| get_drives_by_drive_id_items_by_drive_item_id_workbook_tables_by_workbook_table_id_columns_by_workbook_table_column_id_total_row_range_intersection_another_range_by_another_range_ | Invoke function intersection | drive-id (string) driveItem-id (string) workbookTable-id (string) workbookTableColumn-id (string) anotherRange (string) |
| get_drives_by_drive_id_items_by_drive_item_id_workbook_tables_by_workbook_table_id_columns_by_workbook_table_column_id_total_row_range_last_cell_ | Invoke function lastCell | drive-id (string) driveItem-id (string) workbookTable-id (string) workbookTableColumn-id (string) |
| get_drives_by_drive_id_items_by_drive_item_id_workbook_tables_by_workbook_table_id_columns_by_workbook_table_column_id_total_row_range_last_column_ | Invoke function lastColumn | drive-id (string) driveItem-id (string) workbookTable-id (string) workbookTableColumn-id (string) |
| get_drives_by_drive_id_items_by_drive_item_id_workbook_tables_by_workbook_table_id_columns_by_workbook_table_column_id_total_row_range_last_row_ | Invoke function lastRow | drive-id (string) driveItem-id (string) workbookTable-id (string) workbookTableColumn-id (string) |
| post_drives_by_drive_id_items_by_drive_item_id_workbook_tables_by_workbook_table_id_columns_by_workbook_table_column_id_total_row_range_merge | Invoke action merge | drive-id (string) driveItem-id (string) workbookTable-id (string) workbookTableColumn-id (string) data: { . across (boolean) } (object) required |
| get_drives_by_drive_id_items_by_drive_item_id_workbook_tables_by_workbook_table_id_columns_by_workbook_table_column_id_total_row_range_offset_range_row_offset_by_row_offset_column_offset_by_column_offset_ | Invoke function offsetRange | drive-id (string) driveItem-id (string) workbookTable-id (string) workbookTableColumn-id (string) rowOffset (number) columnOffset (number) |
| get_drives_by_drive_id_items_by_drive_item_id_workbook_tables_by_workbook_table_id_columns_by_workbook_table_column_id_total_row_range_resized_range_delta_rows_by_delta_rows_delta_columns_by_delta_columns_ | Invoke function resizedRange | drive-id (string) driveItem-id (string) workbookTable-id (string) workbookTableColumn-id (string) deltaRows (number) deltaColumns (number) |
| get_drives_by_drive_id_items_by_drive_item_id_workbook_tables_by_workbook_table_id_columns_by_workbook_table_column_id_total_row_range_row_row_by_row_ | Invoke function row | drive-id (string) driveItem-id (string) workbookTable-id (string) workbookTableColumn-id (string) row (number) |
| get_drives_by_drive_id_items_by_drive_item_id_workbook_tables_by_workbook_table_id_columns_by_workbook_table_column_id_total_row_range_rows_above_ | Invoke function rowsAbove | drive-id (string) driveItem-id (string) workbookTable-id (string) workbookTableColumn-id (string) |
| get_drives_by_drive_id_items_by_drive_item_id_workbook_tables_by_workbook_table_id_columns_by_workbook_table_column_id_total_row_range_rows_above_count_by_count_ | Invoke function rowsAbove | drive-id (string) driveItem-id (string) workbookTable-id (string) workbookTableColumn-id (string) count (number) |
| get_drives_by_drive_id_items_by_drive_item_id_workbook_tables_by_workbook_table_id_columns_by_workbook_table_column_id_total_row_range_rows_below_ | Invoke function rowsBelow | drive-id (string) driveItem-id (string) workbookTable-id (string) workbookTableColumn-id (string) |
| get_drives_by_drive_id_items_by_drive_item_id_workbook_tables_by_workbook_table_id_columns_by_workbook_table_column_id_total_row_range_rows_below_count_by_count_ | Invoke function rowsBelow | drive-id (string) driveItem-id (string) workbookTable-id (string) workbookTableColumn-id (string) count (number) |
| post_drives_by_drive_id_items_by_drive_item_id_workbook_tables_by_workbook_table_id_columns_by_workbook_table_column_id_total_row_range_unmerge | Invoke action unmerge | drive-id (string) driveItem-id (string) workbookTable-id (string) workbookTableColumn-id (string) |
| get_drives_by_drive_id_items_by_drive_item_id_workbook_tables_by_workbook_table_id_columns_by_workbook_table_column_id_total_row_range_used_range_ | Invoke function usedRange | drive-id (string) driveItem-id (string) workbookTable-id (string) workbookTableColumn-id (string) |
| get_drives_by_drive_id_items_by_drive_item_id_workbook_tables_by_workbook_table_id_columns_by_workbook_table_column_id_total_row_range_used_range_values_only_by_values_only_ | Invoke function usedRange | drive-id (string) driveItem-id (string) workbookTable-id (string) workbookTableColumn-id (string) valuesOnly (boolean) |
| get_drives_by_drive_id_items_by_drive_item_id_workbook_tables_by_workbook_table_id_columns_by_workbook_table_column_id_total_row_range_visible_view_ | Invoke function visibleView | drive-id (string) driveItem-id (string) workbookTable-id (string) workbookTableColumn-id (string) |
| get_drives_by_drive_id_items_by_drive_item_id_workbook_tables_by_workbook_table_id_columns_by_workbook_table_column_id_total_row_range_sort | The worksheet containing the current range. Read-only. | drive-id (string) driveItem-id (string) workbookTable-id (string) workbookTableColumn-id (string) $select (array) $expand (array) |
| patch_drives_by_drive_id_items_by_drive_item_id_workbook_tables_by_workbook_table_id_columns_by_workbook_table_column_id_total_row_range_sort | Update the navigation property sort in drives | drive-id (string) driveItem-id (string) workbookTable-id (string) workbookTableColumn-id (string) data (undefined) required |
| delete_drives_by_drive_id_items_by_drive_item_id_workbook_tables_by_workbook_table_id_columns_by_workbook_table_column_id_total_row_range_sort | Delete navigation property sort for drives | drive-id (string) driveItem-id (string) workbookTable-id (string) workbookTableColumn-id (string) If-Match (string) |
| get_drives_by_drive_id_items_by_drive_item_id_workbook_tables_by_workbook_table_id_columns_by_workbook_table_column_id_total_row_range_worksheet | The worksheet containing the current range. Read-only. | drive-id (string) driveItem-id (string) workbookTable-id (string) workbookTableColumn-id (string) $select (array) $expand (array) |
| post_drives_by_drive_id_items_by_drive_item_id_workbook_tables_by_workbook_table_id_columns_add | Adds a new column to the table. | drive-id (string) driveItem-id (string) workbookTable-id (string) data: { . index (number) . values . name (string) } (object) required |
| get_drives_by_drive_id_items_by_drive_item_id_workbook_tables_by_workbook_table_id_columns_count_ | Invoke function count | drive-id (string) driveItem-id (string) workbookTable-id (string) |
| get_drives_by_drive_id_items_by_drive_item_id_workbook_tables_by_workbook_table_id_columns_item_at_index_by_index_ | Gets a column based on its position in the collection. | drive-id (string) driveItem-id (string) workbookTable-id (string) index (number) |
| get_drives_by_drive_id_items_by_drive_item_id_workbook_tables_by_workbook_table_id_columns_item_at_index_by_index_filter | The filter applied to the column. Read-only. | drive-id (string) driveItem-id (string) workbookTable-id (string) index (number) $select (array) $expand (array) |
| patch_drives_by_drive_id_items_by_drive_item_id_workbook_tables_by_workbook_table_id_columns_item_at_index_by_index_filter | Update the navigation property filter in drives | drive-id (string) driveItem-id (string) workbookTable-id (string) index (number) data (undefined) required |
| delete_drives_by_drive_id_items_by_drive_item_id_workbook_tables_by_workbook_table_id_columns_item_at_index_by_index_filter | Delete navigation property filter for drives | drive-id (string) driveItem-id (string) workbookTable-id (string) index (number) If-Match (string) |
| get_drives_by_drive_id_items_by_drive_item_id_workbook_tables_by_workbook_table_id_columns_item_at_index_by_index_data_body_range_ | Gets the range object associated with the data body of the column. | drive-id (string) driveItem-id (string) workbookTable-id (string) index (number) |
| get_drives_by_drive_id_items_by_drive_item_id_workbook_tables_by_workbook_table_id_columns_item_at_index_by_index_header_row_range_ | Gets the range object associated with the header row of the column. | drive-id (string) driveItem-id (string) workbookTable-id (string) index (number) |
| get_drives_by_drive_id_items_by_drive_item_id_workbook_tables_by_workbook_table_id_columns_item_at_index_by_index_range_ | Gets the range object associated with the entire column. | drive-id (string) driveItem-id (string) workbookTable-id (string) index (number) |
| get_drives_by_drive_id_items_by_drive_item_id_workbook_tables_by_workbook_table_id_columns_item_at_index_by_index_total_row_range_ | Gets the range object associated with the totals row of the column. | drive-id (string) driveItem-id (string) workbookTable-id (string) index (number) |
| post_drives_by_drive_id_items_by_drive_item_id_workbook_tables_by_workbook_table_id_clear_filters | Clears all the filters currently applied on the table. | drive-id (string) driveItem-id (string) workbookTable-id (string) |
| post_drives_by_drive_id_items_by_drive_item_id_workbook_tables_by_workbook_table_id_convert_to_range | Converts the table into a normal range of cells. All data is preserved. | drive-id (string) driveItem-id (string) workbookTable-id (string) |
| get_drives_by_drive_id_items_by_drive_item_id_workbook_tables_by_workbook_table_id_data_body_range_ | Gets the range object associated with the data body of the table. | drive-id (string) driveItem-id (string) workbookTable-id (string) |
| get_drives_by_drive_id_items_by_drive_item_id_workbook_tables_by_workbook_table_id_data_body_range_format | Returns a format object, encapsulating the range's font, fill, borders, alignment, and other properties. Read-only. | drive-id (string) driveItem-id (string) workbookTable-id (string) $select (array) $expand (array) |
| patch_drives_by_drive_id_items_by_drive_item_id_workbook_tables_by_workbook_table_id_data_body_range_format | Update the navigation property format in drives | drive-id (string) driveItem-id (string) workbookTable-id (string) data (undefined) required |
| delete_drives_by_drive_id_items_by_drive_item_id_workbook_tables_by_workbook_table_id_data_body_range_format | Delete navigation property format for drives | drive-id (string) driveItem-id (string) workbookTable-id (string) If-Match (string) |
| get_drives_by_drive_id_items_by_drive_item_id_workbook_tables_by_workbook_table_id_data_body_range_bounding_rect_another_range_by_another_range_ | Invoke function boundingRect | drive-id (string) driveItem-id (string) workbookTable-id (string) anotherRange (string) |
| get_drives_by_drive_id_items_by_drive_item_id_workbook_tables_by_workbook_table_id_data_body_range_cell_row_by_row_column_by_column_ | Invoke function cell | drive-id (string) driveItem-id (string) workbookTable-id (string) row (number) column (number) |
| post_drives_by_drive_id_items_by_drive_item_id_workbook_tables_by_workbook_table_id_data_body_range_clear | Invoke action clear | drive-id (string) driveItem-id (string) workbookTable-id (string) data: { . applyTo (string) } (object) required |
| get_drives_by_drive_id_items_by_drive_item_id_workbook_tables_by_workbook_table_id_data_body_range_column_column_by_column_ | Invoke function column | drive-id (string) driveItem-id (string) workbookTable-id (string) column (number) |
| get_drives_by_drive_id_items_by_drive_item_id_workbook_tables_by_workbook_table_id_data_body_range_columns_after_ | Invoke function columnsAfter | drive-id (string) driveItem-id (string) workbookTable-id (string) |
| get_drives_by_drive_id_items_by_drive_item_id_workbook_tables_by_workbook_table_id_data_body_range_columns_after_count_by_count_ | Invoke function columnsAfter | drive-id (string) driveItem-id (string) workbookTable-id (string) count (number) |
| get_drives_by_drive_id_items_by_drive_item_id_workbook_tables_by_workbook_table_id_data_body_range_columns_before_ | Invoke function columnsBefore | drive-id (string) driveItem-id (string) workbookTable-id (string) |
| get_drives_by_drive_id_items_by_drive_item_id_workbook_tables_by_workbook_table_id_data_body_range_columns_before_count_by_count_ | Invoke function columnsBefore | drive-id (string) driveItem-id (string) workbookTable-id (string) count (number) |
| post_drives_by_drive_id_items_by_drive_item_id_workbook_tables_by_workbook_table_id_data_body_range_delete | Invoke action delete | drive-id (string) driveItem-id (string) workbookTable-id (string) data: { . shift (string) } (object) required |
| get_drives_by_drive_id_items_by_drive_item_id_workbook_tables_by_workbook_table_id_data_body_range_entire_column_ | Invoke function entireColumn | drive-id (string) driveItem-id (string) workbookTable-id (string) |
| get_drives_by_drive_id_items_by_drive_item_id_workbook_tables_by_workbook_table_id_data_body_range_entire_row_ | Invoke function entireRow | drive-id (string) driveItem-id (string) workbookTable-id (string) |
| post_drives_by_drive_id_items_by_drive_item_id_workbook_tables_by_workbook_table_id_data_body_range_insert | Invoke action insert | drive-id (string) driveItem-id (string) workbookTable-id (string) data: { . shift (string) } (object) required |
| get_drives_by_drive_id_items_by_drive_item_id_workbook_tables_by_workbook_table_id_data_body_range_intersection_another_range_by_another_range_ | Invoke function intersection | drive-id (string) driveItem-id (string) workbookTable-id (string) anotherRange (string) |
| get_drives_by_drive_id_items_by_drive_item_id_workbook_tables_by_workbook_table_id_data_body_range_last_cell_ | Invoke function lastCell | drive-id (string) driveItem-id (string) workbookTable-id (string) |
| get_drives_by_drive_id_items_by_drive_item_id_workbook_tables_by_workbook_table_id_data_body_range_last_column_ | Invoke function lastColumn | drive-id (string) driveItem-id (string) workbookTable-id (string) |
| get_drives_by_drive_id_items_by_drive_item_id_workbook_tables_by_workbook_table_id_data_body_range_last_row_ | Invoke function lastRow | drive-id (string) driveItem-id (string) workbookTable-id (string) |
| post_drives_by_drive_id_items_by_drive_item_id_workbook_tables_by_workbook_table_id_data_body_range_merge | Invoke action merge | drive-id (string) driveItem-id (string) workbookTable-id (string) data: { . across (boolean) } (object) required |
| get_drives_by_drive_id_items_by_drive_item_id_workbook_tables_by_workbook_table_id_data_body_range_offset_range_row_offset_by_row_offset_column_offset_by_column_offset_ | Invoke function offsetRange | drive-id (string) driveItem-id (string) workbookTable-id (string) rowOffset (number) columnOffset (number) |
| get_drives_by_drive_id_items_by_drive_item_id_workbook_tables_by_workbook_table_id_data_body_range_resized_range_delta_rows_by_delta_rows_delta_columns_by_delta_columns_ | Invoke function resizedRange | drive-id (string) driveItem-id (string) workbookTable-id (string) deltaRows (number) deltaColumns (number) |
| get_drives_by_drive_id_items_by_drive_item_id_workbook_tables_by_workbook_table_id_data_body_range_row_row_by_row_ | Invoke function row | drive-id (string) driveItem-id (string) workbookTable-id (string) row (number) |
| get_drives_by_drive_id_items_by_drive_item_id_workbook_tables_by_workbook_table_id_data_body_range_rows_above_ | Invoke function rowsAbove | drive-id (string) driveItem-id (string) workbookTable-id (string) |
| get_drives_by_drive_id_items_by_drive_item_id_workbook_tables_by_workbook_table_id_data_body_range_rows_above_count_by_count_ | Invoke function rowsAbove | drive-id (string) driveItem-id (string) workbookTable-id (string) count (number) |
| get_drives_by_drive_id_items_by_drive_item_id_workbook_tables_by_workbook_table_id_data_body_range_rows_below_ | Invoke function rowsBelow | drive-id (string) driveItem-id (string) workbookTable-id (string) |
| get_drives_by_drive_id_items_by_drive_item_id_workbook_tables_by_workbook_table_id_data_body_range_rows_below_count_by_count_ | Invoke function rowsBelow | drive-id (string) driveItem-id (string) workbookTable-id (string) count (number) |
| post_drives_by_drive_id_items_by_drive_item_id_workbook_tables_by_workbook_table_id_data_body_range_unmerge | Invoke action unmerge | drive-id (string) driveItem-id (string) workbookTable-id (string) |
| get_drives_by_drive_id_items_by_drive_item_id_workbook_tables_by_workbook_table_id_data_body_range_used_range_ | Invoke function usedRange | drive-id (string) driveItem-id (string) workbookTable-id (string) |
| get_drives_by_drive_id_items_by_drive_item_id_workbook_tables_by_workbook_table_id_data_body_range_used_range_values_only_by_values_only_ | Invoke function usedRange | drive-id (string) driveItem-id (string) workbookTable-id (string) valuesOnly (boolean) |
| get_drives_by_drive_id_items_by_drive_item_id_workbook_tables_by_workbook_table_id_data_body_range_visible_view_ | Invoke function visibleView | drive-id (string) driveItem-id (string) workbookTable-id (string) |
| get_drives_by_drive_id_items_by_drive_item_id_workbook_tables_by_workbook_table_id_data_body_range_sort | The worksheet containing the current range. Read-only. | drive-id (string) driveItem-id (string) workbookTable-id (string) $select (array) $expand (array) |
| patch_drives_by_drive_id_items_by_drive_item_id_workbook_tables_by_workbook_table_id_data_body_range_sort | Update the navigation property sort in drives | drive-id (string) driveItem-id (string) workbookTable-id (string) data (undefined) required |
| delete_drives_by_drive_id_items_by_drive_item_id_workbook_tables_by_workbook_table_id_data_body_range_sort | Delete navigation property sort for drives | drive-id (string) driveItem-id (string) workbookTable-id (string) If-Match (string) |
| get_drives_by_drive_id_items_by_drive_item_id_workbook_tables_by_workbook_table_id_data_body_range_worksheet | The worksheet containing the current range. Read-only. | drive-id (string) driveItem-id (string) workbookTable-id (string) $select (array) $expand (array) |
| get_drives_by_drive_id_items_by_drive_item_id_workbook_tables_by_workbook_table_id_header_row_range_ | Gets the range object associated with header row of the table. | drive-id (string) driveItem-id (string) workbookTable-id (string) |
| get_drives_by_drive_id_items_by_drive_item_id_workbook_tables_by_workbook_table_id_header_row_range_format | Returns a format object, encapsulating the range's font, fill, borders, alignment, and other properties. Read-only. | drive-id (string) driveItem-id (string) workbookTable-id (string) $select (array) $expand (array) |
| patch_drives_by_drive_id_items_by_drive_item_id_workbook_tables_by_workbook_table_id_header_row_range_format | Update the navigation property format in drives | drive-id (string) driveItem-id (string) workbookTable-id (string) data (undefined) required |
| delete_drives_by_drive_id_items_by_drive_item_id_workbook_tables_by_workbook_table_id_header_row_range_format | Delete navigation property format for drives | drive-id (string) driveItem-id (string) workbookTable-id (string) If-Match (string) |
| get_drives_by_drive_id_items_by_drive_item_id_workbook_tables_by_workbook_table_id_header_row_range_bounding_rect_another_range_by_another_range_ | Invoke function boundingRect | drive-id (string) driveItem-id (string) workbookTable-id (string) anotherRange (string) |
| get_drives_by_drive_id_items_by_drive_item_id_workbook_tables_by_workbook_table_id_header_row_range_cell_row_by_row_column_by_column_ | Invoke function cell | drive-id (string) driveItem-id (string) workbookTable-id (string) row (number) column (number) |
| post_drives_by_drive_id_items_by_drive_item_id_workbook_tables_by_workbook_table_id_header_row_range_clear | Invoke action clear | drive-id (string) driveItem-id (string) workbookTable-id (string) data: { . applyTo (string) } (object) required |
| get_drives_by_drive_id_items_by_drive_item_id_workbook_tables_by_workbook_table_id_header_row_range_column_column_by_column_ | Invoke function column | drive-id (string) driveItem-id (string) workbookTable-id (string) column (number) |
| get_drives_by_drive_id_items_by_drive_item_id_workbook_tables_by_workbook_table_id_header_row_range_columns_after_ | Invoke function columnsAfter | drive-id (string) driveItem-id (string) workbookTable-id (string) |
| get_drives_by_drive_id_items_by_drive_item_id_workbook_tables_by_workbook_table_id_header_row_range_columns_after_count_by_count_ | Invoke function columnsAfter | drive-id (string) driveItem-id (string) workbookTable-id (string) count (number) |
| get_drives_by_drive_id_items_by_drive_item_id_workbook_tables_by_workbook_table_id_header_row_range_columns_before_ | Invoke function columnsBefore | drive-id (string) driveItem-id (string) workbookTable-id (string) |
| get_drives_by_drive_id_items_by_drive_item_id_workbook_tables_by_workbook_table_id_header_row_range_columns_before_count_by_count_ | Invoke function columnsBefore | drive-id (string) driveItem-id (string) workbookTable-id (string) count (number) |
| post_drives_by_drive_id_items_by_drive_item_id_workbook_tables_by_workbook_table_id_header_row_range_delete | Invoke action delete | drive-id (string) driveItem-id (string) workbookTable-id (string) data: { . shift (string) } (object) required |
| get_drives_by_drive_id_items_by_drive_item_id_workbook_tables_by_workbook_table_id_header_row_range_entire_column_ | Invoke function entireColumn | drive-id (string) driveItem-id (string) workbookTable-id (string) |
| get_drives_by_drive_id_items_by_drive_item_id_workbook_tables_by_workbook_table_id_header_row_range_entire_row_ | Invoke function entireRow | drive-id (string) driveItem-id (string) workbookTable-id (string) |
| post_drives_by_drive_id_items_by_drive_item_id_workbook_tables_by_workbook_table_id_header_row_range_insert | Invoke action insert | drive-id (string) driveItem-id (string) workbookTable-id (string) data: { . shift (string) } (object) required |
| get_drives_by_drive_id_items_by_drive_item_id_workbook_tables_by_workbook_table_id_header_row_range_intersection_another_range_by_another_range_ | Invoke function intersection | drive-id (string) driveItem-id (string) workbookTable-id (string) anotherRange (string) |
| get_drives_by_drive_id_items_by_drive_item_id_workbook_tables_by_workbook_table_id_header_row_range_last_cell_ | Invoke function lastCell | drive-id (string) driveItem-id (string) workbookTable-id (string) |
| get_drives_by_drive_id_items_by_drive_item_id_workbook_tables_by_workbook_table_id_header_row_range_last_column_ | Invoke function lastColumn | drive-id (string) driveItem-id (string) workbookTable-id (string) |
| get_drives_by_drive_id_items_by_drive_item_id_workbook_tables_by_workbook_table_id_header_row_range_last_row_ | Invoke function lastRow | drive-id (string) driveItem-id (string) workbookTable-id (string) |
| post_drives_by_drive_id_items_by_drive_item_id_workbook_tables_by_workbook_table_id_header_row_range_merge | Invoke action merge | drive-id (string) driveItem-id (string) workbookTable-id (string) data: { . across (boolean) } (object) required |
| get_drives_by_drive_id_items_by_drive_item_id_workbook_tables_by_workbook_table_id_header_row_range_offset_range_row_offset_by_row_offset_column_offset_by_column_offset_ | Invoke function offsetRange | drive-id (string) driveItem-id (string) workbookTable-id (string) rowOffset (number) columnOffset (number) |
| get_drives_by_drive_id_items_by_drive_item_id_workbook_tables_by_workbook_table_id_header_row_range_resized_range_delta_rows_by_delta_rows_delta_columns_by_delta_columns_ | Invoke function resizedRange | drive-id (string) driveItem-id (string) workbookTable-id (string) deltaRows (number) deltaColumns (number) |
| get_drives_by_drive_id_items_by_drive_item_id_workbook_tables_by_workbook_table_id_header_row_range_row_row_by_row_ | Invoke function row | drive-id (string) driveItem-id (string) workbookTable-id (string) row (number) |
| get_drives_by_drive_id_items_by_drive_item_id_workbook_tables_by_workbook_table_id_header_row_range_rows_above_ | Invoke function rowsAbove | drive-id (string) driveItem-id (string) workbookTable-id (string) |
| get_drives_by_drive_id_items_by_drive_item_id_workbook_tables_by_workbook_table_id_header_row_range_rows_above_count_by_count_ | Invoke function rowsAbove | drive-id (string) driveItem-id (string) workbookTable-id (string) count (number) |
| get_drives_by_drive_id_items_by_drive_item_id_workbook_tables_by_workbook_table_id_header_row_range_rows_below_ | Invoke function rowsBelow | drive-id (string) driveItem-id (string) workbookTable-id (string) |
| get_drives_by_drive_id_items_by_drive_item_id_workbook_tables_by_workbook_table_id_header_row_range_rows_below_count_by_count_ | Invoke function rowsBelow | drive-id (string) driveItem-id (string) workbookTable-id (string) count (number) |
| post_drives_by_drive_id_items_by_drive_item_id_workbook_tables_by_workbook_table_id_header_row_range_unmerge | Invoke action unmerge | drive-id (string) driveItem-id (string) workbookTable-id (string) |
| get_drives_by_drive_id_items_by_drive_item_id_workbook_tables_by_workbook_table_id_header_row_range_used_range_ | Invoke function usedRange | drive-id (string) driveItem-id (string) workbookTable-id (string) |
| get_drives_by_drive_id_items_by_drive_item_id_workbook_tables_by_workbook_table_id_header_row_range_used_range_values_only_by_values_only_ | Invoke function usedRange | drive-id (string) driveItem-id (string) workbookTable-id (string) valuesOnly (boolean) |
| get_drives_by_drive_id_items_by_drive_item_id_workbook_tables_by_workbook_table_id_header_row_range_visible_view_ | Invoke function visibleView | drive-id (string) driveItem-id (string) workbookTable-id (string) |
| get_drives_by_drive_id_items_by_drive_item_id_workbook_tables_by_workbook_table_id_header_row_range_sort | The worksheet containing the current range. Read-only. | drive-id (string) driveItem-id (string) workbookTable-id (string) $select (array) $expand (array) |
| patch_drives_by_drive_id_items_by_drive_item_id_workbook_tables_by_workbook_table_id_header_row_range_sort | Update the navigation property sort in drives | drive-id (string) driveItem-id (string) workbookTable-id (string) data (undefined) required |
| delete_drives_by_drive_id_items_by_drive_item_id_workbook_tables_by_workbook_table_id_header_row_range_sort | Delete navigation property sort for drives | drive-id (string) driveItem-id (string) workbookTable-id (string) If-Match (string) |
| get_drives_by_drive_id_items_by_drive_item_id_workbook_tables_by_workbook_table_id_header_row_range_worksheet | The worksheet containing the current range. Read-only. | drive-id (string) driveItem-id (string) workbookTable-id (string) $select (array) $expand (array) |
| get_drives_by_drive_id_items_by_drive_item_id_workbook_tables_by_workbook_table_id_range_ | Get the range object associated with the entire table. | drive-id (string) driveItem-id (string) workbookTable-id (string) |
| get_drives_by_drive_id_items_by_drive_item_id_workbook_tables_by_workbook_table_id_range_format | Returns a format object, encapsulating the range's font, fill, borders, alignment, and other properties. Read-only. | drive-id (string) driveItem-id (string) workbookTable-id (string) $select (array) $expand (array) |
| patch_drives_by_drive_id_items_by_drive_item_id_workbook_tables_by_workbook_table_id_range_format | Update the navigation property format in drives | drive-id (string) driveItem-id (string) workbookTable-id (string) data (undefined) required |
| delete_drives_by_drive_id_items_by_drive_item_id_workbook_tables_by_workbook_table_id_range_format | Delete navigation property format for drives | drive-id (string) driveItem-id (string) workbookTable-id (string) If-Match (string) |
| get_drives_by_drive_id_items_by_drive_item_id_workbook_tables_by_workbook_table_id_range_bounding_rect_another_range_by_another_range_ | Invoke function boundingRect | drive-id (string) driveItem-id (string) workbookTable-id (string) anotherRange (string) |
| get_drives_by_drive_id_items_by_drive_item_id_workbook_tables_by_workbook_table_id_range_cell_row_by_row_column_by_column_ | Invoke function cell | drive-id (string) driveItem-id (string) workbookTable-id (string) row (number) column (number) |
| post_drives_by_drive_id_items_by_drive_item_id_workbook_tables_by_workbook_table_id_range_clear | Invoke action clear | drive-id (string) driveItem-id (string) workbookTable-id (string) data: { . applyTo (string) } (object) required |
| get_drives_by_drive_id_items_by_drive_item_id_workbook_tables_by_workbook_table_id_range_column_column_by_column_ | Invoke function column | drive-id (string) driveItem-id (string) workbookTable-id (string) column (number) |
| get_drives_by_drive_id_items_by_drive_item_id_workbook_tables_by_workbook_table_id_range_columns_after_ | Invoke function columnsAfter | drive-id (string) driveItem-id (string) workbookTable-id (string) |
| get_drives_by_drive_id_items_by_drive_item_id_workbook_tables_by_workbook_table_id_range_columns_after_count_by_count_ | Invoke function columnsAfter | drive-id (string) driveItem-id (string) workbookTable-id (string) count (number) |
| get_drives_by_drive_id_items_by_drive_item_id_workbook_tables_by_workbook_table_id_range_columns_before_ | Invoke function columnsBefore | drive-id (string) driveItem-id (string) workbookTable-id (string) |
| get_drives_by_drive_id_items_by_drive_item_id_workbook_tables_by_workbook_table_id_range_columns_before_count_by_count_ | Invoke function columnsBefore | drive-id (string) driveItem-id (string) workbookTable-id (string) count (number) |
| post_drives_by_drive_id_items_by_drive_item_id_workbook_tables_by_workbook_table_id_range_delete | Invoke action delete | drive-id (string) driveItem-id (string) workbookTable-id (string) data: { . shift (string) } (object) required |
| get_drives_by_drive_id_items_by_drive_item_id_workbook_tables_by_workbook_table_id_range_entire_column_ | Invoke function entireColumn | drive-id (string) driveItem-id (string) workbookTable-id (string) |
| get_drives_by_drive_id_items_by_drive_item_id_workbook_tables_by_workbook_table_id_range_entire_row_ | Invoke function entireRow | drive-id (string) driveItem-id (string) workbookTable-id (string) |
| post_drives_by_drive_id_items_by_drive_item_id_workbook_tables_by_workbook_table_id_range_insert | Invoke action insert | drive-id (string) driveItem-id (string) workbookTable-id (string) data: { . shift (string) } (object) required |
| get_drives_by_drive_id_items_by_drive_item_id_workbook_tables_by_workbook_table_id_range_intersection_another_range_by_another_range_ | Invoke function intersection | drive-id (string) driveItem-id (string) workbookTable-id (string) anotherRange (string) |
| get_drives_by_drive_id_items_by_drive_item_id_workbook_tables_by_workbook_table_id_range_last_cell_ | Invoke function lastCell | drive-id (string) driveItem-id (string) workbookTable-id (string) |
| get_drives_by_drive_id_items_by_drive_item_id_workbook_tables_by_workbook_table_id_range_last_column_ | Invoke function lastColumn | drive-id (string) driveItem-id (string) workbookTable-id (string) |
| get_drives_by_drive_id_items_by_drive_item_id_workbook_tables_by_workbook_table_id_range_last_row_ | Invoke function lastRow | drive-id (string) driveItem-id (string) workbookTable-id (string) |
| post_drives_by_drive_id_items_by_drive_item_id_workbook_tables_by_workbook_table_id_range_merge | Invoke action merge | drive-id (string) driveItem-id (string) workbookTable-id (string) data: { . across (boolean) } (object) required |
| get_drives_by_drive_id_items_by_drive_item_id_workbook_tables_by_workbook_table_id_range_offset_range_row_offset_by_row_offset_column_offset_by_column_offset_ | Invoke function offsetRange | drive-id (string) driveItem-id (string) workbookTable-id (string) rowOffset (number) columnOffset (number) |
| get_drives_by_drive_id_items_by_drive_item_id_workbook_tables_by_workbook_table_id_range_resized_range_delta_rows_by_delta_rows_delta_columns_by_delta_columns_ | Invoke function resizedRange | drive-id (string) driveItem-id (string) workbookTable-id (string) deltaRows (number) deltaColumns (number) |
| get_drives_by_drive_id_items_by_drive_item_id_workbook_tables_by_workbook_table_id_range_row_row_by_row_ | Invoke function row | drive-id (string) driveItem-id (string) workbookTable-id (string) row (number) |
| get_drives_by_drive_id_items_by_drive_item_id_workbook_tables_by_workbook_table_id_range_rows_above_ | Invoke function rowsAbove | drive-id (string) driveItem-id (string) workbookTable-id (string) |
| get_drives_by_drive_id_items_by_drive_item_id_workbook_tables_by_workbook_table_id_range_rows_above_count_by_count_ | Invoke function rowsAbove | drive-id (string) driveItem-id (string) workbookTable-id (string) count (number) |
| get_drives_by_drive_id_items_by_drive_item_id_workbook_tables_by_workbook_table_id_range_rows_below_ | Invoke function rowsBelow | drive-id (string) driveItem-id (string) workbookTable-id (string) |
| get_drives_by_drive_id_items_by_drive_item_id_workbook_tables_by_workbook_table_id_range_rows_below_count_by_count_ | Invoke function rowsBelow | drive-id (string) driveItem-id (string) workbookTable-id (string) count (number) |
| post_drives_by_drive_id_items_by_drive_item_id_workbook_tables_by_workbook_table_id_range_unmerge | Invoke action unmerge | drive-id (string) driveItem-id (string) workbookTable-id (string) |
| get_drives_by_drive_id_items_by_drive_item_id_workbook_tables_by_workbook_table_id_range_used_range_ | Invoke function usedRange | drive-id (string) driveItem-id (string) workbookTable-id (string) |
| get_drives_by_drive_id_items_by_drive_item_id_workbook_tables_by_workbook_table_id_range_used_range_values_only_by_values_only_ | Invoke function usedRange | drive-id (string) driveItem-id (string) workbookTable-id (string) valuesOnly (boolean) |
| get_drives_by_drive_id_items_by_drive_item_id_workbook_tables_by_workbook_table_id_range_visible_view_ | Invoke function visibleView | drive-id (string) driveItem-id (string) workbookTable-id (string) |
| get_drives_by_drive_id_items_by_drive_item_id_workbook_tables_by_workbook_table_id_range_sort | The worksheet containing the current range. Read-only. | drive-id (string) driveItem-id (string) workbookTable-id (string) $select (array) $expand (array) |
| patch_drives_by_drive_id_items_by_drive_item_id_workbook_tables_by_workbook_table_id_range_sort | Update the navigation property sort in drives | drive-id (string) driveItem-id (string) workbookTable-id (string) data (undefined) required |
| delete_drives_by_drive_id_items_by_drive_item_id_workbook_tables_by_workbook_table_id_range_sort | Delete navigation property sort for drives | drive-id (string) driveItem-id (string) workbookTable-id (string) If-Match (string) |
| get_drives_by_drive_id_items_by_drive_item_id_workbook_tables_by_workbook_table_id_range_worksheet | The worksheet containing the current range. Read-only. | drive-id (string) driveItem-id (string) workbookTable-id (string) $select (array) $expand (array) |
| post_drives_by_drive_id_items_by_drive_item_id_workbook_tables_by_workbook_table_id_reapply_filters | Reapplies all the filters currently on the table. | drive-id (string) driveItem-id (string) workbookTable-id (string) |
| get_drives_by_drive_id_items_by_drive_item_id_workbook_tables_by_workbook_table_id_total_row_range_ | Gets the range object associated with totals row of the table. | drive-id (string) driveItem-id (string) workbookTable-id (string) |
| get_drives_by_drive_id_items_by_drive_item_id_workbook_tables_by_workbook_table_id_total_row_range_format | Returns a format object, encapsulating the range's font, fill, borders, alignment, and other properties. Read-only. | drive-id (string) driveItem-id (string) workbookTable-id (string) $select (array) $expand (array) |
| patch_drives_by_drive_id_items_by_drive_item_id_workbook_tables_by_workbook_table_id_total_row_range_format | Update the navigation property format in drives | drive-id (string) driveItem-id (string) workbookTable-id (string) data (undefined) required |
| delete_drives_by_drive_id_items_by_drive_item_id_workbook_tables_by_workbook_table_id_total_row_range_format | Delete navigation property format for drives | drive-id (string) driveItem-id (string) workbookTable-id (string) If-Match (string) |
| get_drives_by_drive_id_items_by_drive_item_id_workbook_tables_by_workbook_table_id_total_row_range_bounding_rect_another_range_by_another_range_ | Invoke function boundingRect | drive-id (string) driveItem-id (string) workbookTable-id (string) anotherRange (string) |
| get_drives_by_drive_id_items_by_drive_item_id_workbook_tables_by_workbook_table_id_total_row_range_cell_row_by_row_column_by_column_ | Invoke function cell | drive-id (string) driveItem-id (string) workbookTable-id (string) row (number) column (number) |
| post_drives_by_drive_id_items_by_drive_item_id_workbook_tables_by_workbook_table_id_total_row_range_clear | Invoke action clear | drive-id (string) driveItem-id (string) workbookTable-id (string) data: { . applyTo (string) } (object) required |
| get_drives_by_drive_id_items_by_drive_item_id_workbook_tables_by_workbook_table_id_total_row_range_column_column_by_column_ | Invoke function column | drive-id (string) driveItem-id (string) workbookTable-id (string) column (number) |
| get_drives_by_drive_id_items_by_drive_item_id_workbook_tables_by_workbook_table_id_total_row_range_columns_after_ | Invoke function columnsAfter | drive-id (string) driveItem-id (string) workbookTable-id (string) |
| get_drives_by_drive_id_items_by_drive_item_id_workbook_tables_by_workbook_table_id_total_row_range_columns_after_count_by_count_ | Invoke function columnsAfter | drive-id (string) driveItem-id (string) workbookTable-id (string) count (number) |
| get_drives_by_drive_id_items_by_drive_item_id_workbook_tables_by_workbook_table_id_total_row_range_columns_before_ | Invoke function columnsBefore | drive-id (string) driveItem-id (string) workbookTable-id (string) |
| get_drives_by_drive_id_items_by_drive_item_id_workbook_tables_by_workbook_table_id_total_row_range_columns_before_count_by_count_ | Invoke function columnsBefore | drive-id (string) driveItem-id (string) workbookTable-id (string) count (number) |
| post_drives_by_drive_id_items_by_drive_item_id_workbook_tables_by_workbook_table_id_total_row_range_delete | Invoke action delete | drive-id (string) driveItem-id (string) workbookTable-id (string) data: { . shift (string) } (object) required |
| get_drives_by_drive_id_items_by_drive_item_id_workbook_tables_by_workbook_table_id_total_row_range_entire_column_ | Invoke function entireColumn | drive-id (string) driveItem-id (string) workbookTable-id (string) |
| get_drives_by_drive_id_items_by_drive_item_id_workbook_tables_by_workbook_table_id_total_row_range_entire_row_ | Invoke function entireRow | drive-id (string) driveItem-id (string) workbookTable-id (string) |
| post_drives_by_drive_id_items_by_drive_item_id_workbook_tables_by_workbook_table_id_total_row_range_insert | Invoke action insert | drive-id (string) driveItem-id (string) workbookTable-id (string) data: { . shift (string) } (object) required |
| get_drives_by_drive_id_items_by_drive_item_id_workbook_tables_by_workbook_table_id_total_row_range_intersection_another_range_by_another_range_ | Invoke function intersection | drive-id (string) driveItem-id (string) workbookTable-id (string) anotherRange (string) |
| get_drives_by_drive_id_items_by_drive_item_id_workbook_tables_by_workbook_table_id_total_row_range_last_cell_ | Invoke function lastCell | drive-id (string) driveItem-id (string) workbookTable-id (string) |
| get_drives_by_drive_id_items_by_drive_item_id_workbook_tables_by_workbook_table_id_total_row_range_last_column_ | Invoke function lastColumn | drive-id (string) driveItem-id (string) workbookTable-id (string) |
| get_drives_by_drive_id_items_by_drive_item_id_workbook_tables_by_workbook_table_id_total_row_range_last_row_ | Invoke function lastRow | drive-id (string) driveItem-id (string) workbookTable-id (string) |
| post_drives_by_drive_id_items_by_drive_item_id_workbook_tables_by_workbook_table_id_total_row_range_merge | Invoke action merge | drive-id (string) driveItem-id (string) workbookTable-id (string) data: { . across (boolean) } (object) required |
| get_drives_by_drive_id_items_by_drive_item_id_workbook_tables_by_workbook_table_id_total_row_range_offset_range_row_offset_by_row_offset_column_offset_by_column_offset_ | Invoke function offsetRange | drive-id (string) driveItem-id (string) workbookTable-id (string) rowOffset (number) columnOffset (number) |
| get_drives_by_drive_id_items_by_drive_item_id_workbook_tables_by_workbook_table_id_total_row_range_resized_range_delta_rows_by_delta_rows_delta_columns_by_delta_columns_ | Invoke function resizedRange | drive-id (string) driveItem-id (string) workbookTable-id (string) deltaRows (number) deltaColumns (number) |
| get_drives_by_drive_id_items_by_drive_item_id_workbook_tables_by_workbook_table_id_total_row_range_row_row_by_row_ | Invoke function row | drive-id (string) driveItem-id (string) workbookTable-id (string) row (number) |
| get_drives_by_drive_id_items_by_drive_item_id_workbook_tables_by_workbook_table_id_total_row_range_rows_above_ | Invoke function rowsAbove | drive-id (string) driveItem-id (string) workbookTable-id (string) |
| get_drives_by_drive_id_items_by_drive_item_id_workbook_tables_by_workbook_table_id_total_row_range_rows_above_count_by_count_ | Invoke function rowsAbove | drive-id (string) driveItem-id (string) workbookTable-id (string) count (number) |
| get_drives_by_drive_id_items_by_drive_item_id_workbook_tables_by_workbook_table_id_total_row_range_rows_below_ | Invoke function rowsBelow | drive-id (string) driveItem-id (string) workbookTable-id (string) |
| get_drives_by_drive_id_items_by_drive_item_id_workbook_tables_by_workbook_table_id_total_row_range_rows_below_count_by_count_ | Invoke function rowsBelow | drive-id (string) driveItem-id (string) workbookTable-id (string) count (number) |
| post_drives_by_drive_id_items_by_drive_item_id_workbook_tables_by_workbook_table_id_total_row_range_unmerge | Invoke action unmerge | drive-id (string) driveItem-id (string) workbookTable-id (string) |
| get_drives_by_drive_id_items_by_drive_item_id_workbook_tables_by_workbook_table_id_total_row_range_used_range_ | Invoke function usedRange | drive-id (string) driveItem-id (string) workbookTable-id (string) |
| get_drives_by_drive_id_items_by_drive_item_id_workbook_tables_by_workbook_table_id_total_row_range_used_range_values_only_by_values_only_ | Invoke function usedRange | drive-id (string) driveItem-id (string) workbookTable-id (string) valuesOnly (boolean) |
| get_drives_by_drive_id_items_by_drive_item_id_workbook_tables_by_workbook_table_id_total_row_range_visible_view_ | Invoke function visibleView | drive-id (string) driveItem-id (string) workbookTable-id (string) |
| get_drives_by_drive_id_items_by_drive_item_id_workbook_tables_by_workbook_table_id_total_row_range_sort | The worksheet containing the current range. Read-only. | drive-id (string) driveItem-id (string) workbookTable-id (string) $select (array) $expand (array) |
| patch_drives_by_drive_id_items_by_drive_item_id_workbook_tables_by_workbook_table_id_total_row_range_sort | Update the navigation property sort in drives | drive-id (string) driveItem-id (string) workbookTable-id (string) data (undefined) required |
| delete_drives_by_drive_id_items_by_drive_item_id_workbook_tables_by_workbook_table_id_total_row_range_sort | Delete navigation property sort for drives | drive-id (string) driveItem-id (string) workbookTable-id (string) If-Match (string) |
| get_drives_by_drive_id_items_by_drive_item_id_workbook_tables_by_workbook_table_id_total_row_range_worksheet | The worksheet containing the current range. Read-only. | drive-id (string) driveItem-id (string) workbookTable-id (string) $select (array) $expand (array) |
| get_drives_by_drive_id_items_by_drive_item_id_workbook_tables_by_workbook_table_id_rows | The list of all the rows in the table. Read-only. | drive-id (string) driveItem-id (string) workbookTable-id (string) $top (integer) $orderby (array) $select (array) $expand (array) |
| post_drives_by_drive_id_items_by_drive_item_id_workbook_tables_by_workbook_table_id_rows | Create new navigation property to rows for drives | drive-id (string) driveItem-id (string) workbookTable-id (string) data (undefined) required |
| get_drives_by_drive_id_items_by_drive_item_id_workbook_tables_by_workbook_table_id_rows_by_workbook_table_row_id | The list of all the rows in the table. Read-only. | drive-id (string) driveItem-id (string) workbookTable-id (string) workbookTableRow-id (string) $select (array) $expand (array) |
| patch_drives_by_drive_id_items_by_drive_item_id_workbook_tables_by_workbook_table_id_rows_by_workbook_table_row_id | Update the navigation property rows in drives | drive-id (string) driveItem-id (string) workbookTable-id (string) workbookTableRow-id (string) data (undefined) required |
| delete_drives_by_drive_id_items_by_drive_item_id_workbook_tables_by_workbook_table_id_rows_by_workbook_table_row_id | Delete navigation property rows for drives | drive-id (string) driveItem-id (string) workbookTable-id (string) workbookTableRow-id (string) If-Match (string) |
| get_drives_by_drive_id_items_by_drive_item_id_workbook_tables_by_workbook_table_id_rows_by_workbook_table_row_id_range_ | Invoke function range | drive-id (string) driveItem-id (string) workbookTable-id (string) workbookTableRow-id (string) |
| get_drives_by_drive_id_items_by_drive_item_id_workbook_tables_by_workbook_table_id_rows_by_workbook_table_row_id_range_format | Returns a format object, encapsulating the range's font, fill, borders, alignment, and other properties. Read-only. | drive-id (string) driveItem-id (string) workbookTable-id (string) workbookTableRow-id (string) $select (array) $expand (array) |
| patch_drives_by_drive_id_items_by_drive_item_id_workbook_tables_by_workbook_table_id_rows_by_workbook_table_row_id_range_format | Update the navigation property format in drives | drive-id (string) driveItem-id (string) workbookTable-id (string) workbookTableRow-id (string) data (undefined) required |
| delete_drives_by_drive_id_items_by_drive_item_id_workbook_tables_by_workbook_table_id_rows_by_workbook_table_row_id_range_format | Delete navigation property format for drives | drive-id (string) driveItem-id (string) workbookTable-id (string) workbookTableRow-id (string) If-Match (string) |
| get_drives_by_drive_id_items_by_drive_item_id_workbook_tables_by_workbook_table_id_rows_by_workbook_table_row_id_range_bounding_rect_another_range_by_another_range_ | Invoke function boundingRect | drive-id (string) driveItem-id (string) workbookTable-id (string) workbookTableRow-id (string) anotherRange (string) |
| get_drives_by_drive_id_items_by_drive_item_id_workbook_tables_by_workbook_table_id_rows_by_workbook_table_row_id_range_cell_row_by_row_column_by_column_ | Invoke function cell | drive-id (string) driveItem-id (string) workbookTable-id (string) workbookTableRow-id (string) row (number) column (number) |
| post_drives_by_drive_id_items_by_drive_item_id_workbook_tables_by_workbook_table_id_rows_by_workbook_table_row_id_range_clear | Invoke action clear | drive-id (string) driveItem-id (string) workbookTable-id (string) workbookTableRow-id (string) data: { . applyTo (string) } (object) required |
| get_drives_by_drive_id_items_by_drive_item_id_workbook_tables_by_workbook_table_id_rows_by_workbook_table_row_id_range_column_column_by_column_ | Invoke function column | drive-id (string) driveItem-id (string) workbookTable-id (string) workbookTableRow-id (string) column (number) |
| get_drives_by_drive_id_items_by_drive_item_id_workbook_tables_by_workbook_table_id_rows_by_workbook_table_row_id_range_columns_after_ | Invoke function columnsAfter | drive-id (string) driveItem-id (string) workbookTable-id (string) workbookTableRow-id (string) |
| get_drives_by_drive_id_items_by_drive_item_id_workbook_tables_by_workbook_table_id_rows_by_workbook_table_row_id_range_columns_after_count_by_count_ | Invoke function columnsAfter | drive-id (string) driveItem-id (string) workbookTable-id (string) workbookTableRow-id (string) count (number) |
| get_drives_by_drive_id_items_by_drive_item_id_workbook_tables_by_workbook_table_id_rows_by_workbook_table_row_id_range_columns_before_ | Invoke function columnsBefore | drive-id (string) driveItem-id (string) workbookTable-id (string) workbookTableRow-id (string) |
| get_drives_by_drive_id_items_by_drive_item_id_workbook_tables_by_workbook_table_id_rows_by_workbook_table_row_id_range_columns_before_count_by_count_ | Invoke function columnsBefore | drive-id (string) driveItem-id (string) workbookTable-id (string) workbookTableRow-id (string) count (number) |
| post_drives_by_drive_id_items_by_drive_item_id_workbook_tables_by_workbook_table_id_rows_by_workbook_table_row_id_range_delete | Invoke action delete | drive-id (string) driveItem-id (string) workbookTable-id (string) workbookTableRow-id (string) data: { . shift (string) } (object) required |
| get_drives_by_drive_id_items_by_drive_item_id_workbook_tables_by_workbook_table_id_rows_by_workbook_table_row_id_range_entire_column_ | Invoke function entireColumn | drive-id (string) driveItem-id (string) workbookTable-id (string) workbookTableRow-id (string) |
| get_drives_by_drive_id_items_by_drive_item_id_workbook_tables_by_workbook_table_id_rows_by_workbook_table_row_id_range_entire_row_ | Invoke function entireRow | drive-id (string) driveItem-id (string) workbookTable-id (string) workbookTableRow-id (string) |
| post_drives_by_drive_id_items_by_drive_item_id_workbook_tables_by_workbook_table_id_rows_by_workbook_table_row_id_range_insert | Invoke action insert | drive-id (string) driveItem-id (string) workbookTable-id (string) workbookTableRow-id (string) data: { . shift (string) } (object) required |
| get_drives_by_drive_id_items_by_drive_item_id_workbook_tables_by_workbook_table_id_rows_by_workbook_table_row_id_range_intersection_another_range_by_another_range_ | Invoke function intersection | drive-id (string) driveItem-id (string) workbookTable-id (string) workbookTableRow-id (string) anotherRange (string) |
| get_drives_by_drive_id_items_by_drive_item_id_workbook_tables_by_workbook_table_id_rows_by_workbook_table_row_id_range_last_cell_ | Invoke function lastCell | drive-id (string) driveItem-id (string) workbookTable-id (string) workbookTableRow-id (string) |
| get_drives_by_drive_id_items_by_drive_item_id_workbook_tables_by_workbook_table_id_rows_by_workbook_table_row_id_range_last_column_ | Invoke function lastColumn | drive-id (string) driveItem-id (string) workbookTable-id (string) workbookTableRow-id (string) |
| get_drives_by_drive_id_items_by_drive_item_id_workbook_tables_by_workbook_table_id_rows_by_workbook_table_row_id_range_last_row_ | Invoke function lastRow | drive-id (string) driveItem-id (string) workbookTable-id (string) workbookTableRow-id (string) |
| post_drives_by_drive_id_items_by_drive_item_id_workbook_tables_by_workbook_table_id_rows_by_workbook_table_row_id_range_merge | Invoke action merge | drive-id (string) driveItem-id (string) workbookTable-id (string) workbookTableRow-id (string) data: { . across (boolean) } (object) required |
| get_drives_by_drive_id_items_by_drive_item_id_workbook_tables_by_workbook_table_id_rows_by_workbook_table_row_id_range_offset_range_row_offset_by_row_offset_column_offset_by_column_offset_ | Invoke function offsetRange | drive-id (string) driveItem-id (string) workbookTable-id (string) workbookTableRow-id (string) rowOffset (number) columnOffset (number) |
| get_drives_by_drive_id_items_by_drive_item_id_workbook_tables_by_workbook_table_id_rows_by_workbook_table_row_id_range_resized_range_delta_rows_by_delta_rows_delta_columns_by_delta_columns_ | Invoke function resizedRange | drive-id (string) driveItem-id (string) workbookTable-id (string) workbookTableRow-id (string) deltaRows (number) deltaColumns (number) |
| get_drives_by_drive_id_items_by_drive_item_id_workbook_tables_by_workbook_table_id_rows_by_workbook_table_row_id_range_row_row_by_row_ | Invoke function row | drive-id (string) driveItem-id (string) workbookTable-id (string) workbookTableRow-id (string) row (number) |
| get_drives_by_drive_id_items_by_drive_item_id_workbook_tables_by_workbook_table_id_rows_by_workbook_table_row_id_range_rows_above_ | Invoke function rowsAbove | drive-id (string) driveItem-id (string) workbookTable-id (string) workbookTableRow-id (string) |
| get_drives_by_drive_id_items_by_drive_item_id_workbook_tables_by_workbook_table_id_rows_by_workbook_table_row_id_range_rows_above_count_by_count_ | Invoke function rowsAbove | drive-id (string) driveItem-id (string) workbookTable-id (string) workbookTableRow-id (string) count (number) |
| get_drives_by_drive_id_items_by_drive_item_id_workbook_tables_by_workbook_table_id_rows_by_workbook_table_row_id_range_rows_below_ | Invoke function rowsBelow | drive-id (string) driveItem-id (string) workbookTable-id (string) workbookTableRow-id (string) |
| get_drives_by_drive_id_items_by_drive_item_id_workbook_tables_by_workbook_table_id_rows_by_workbook_table_row_id_range_rows_below_count_by_count_ | Invoke function rowsBelow | drive-id (string) driveItem-id (string) workbookTable-id (string) workbookTableRow-id (string) count (number) |
| post_drives_by_drive_id_items_by_drive_item_id_workbook_tables_by_workbook_table_id_rows_by_workbook_table_row_id_range_unmerge | Invoke action unmerge | drive-id (string) driveItem-id (string) workbookTable-id (string) workbookTableRow-id (string) |
| get_drives_by_drive_id_items_by_drive_item_id_workbook_tables_by_workbook_table_id_rows_by_workbook_table_row_id_range_used_range_ | Invoke function usedRange | drive-id (string) driveItem-id (string) workbookTable-id (string) workbookTableRow-id (string) |
| get_drives_by_drive_id_items_by_drive_item_id_workbook_tables_by_workbook_table_id_rows_by_workbook_table_row_id_range_used_range_values_only_by_values_only_ | Invoke function usedRange | drive-id (string) driveItem-id (string) workbookTable-id (string) workbookTableRow-id (string) valuesOnly (boolean) |
| get_drives_by_drive_id_items_by_drive_item_id_workbook_tables_by_workbook_table_id_rows_by_workbook_table_row_id_range_visible_view_ | Invoke function visibleView | drive-id (string) driveItem-id (string) workbookTable-id (string) workbookTableRow-id (string) |
| get_drives_by_drive_id_items_by_drive_item_id_workbook_tables_by_workbook_table_id_rows_by_workbook_table_row_id_range_sort | The worksheet containing the current range. Read-only. | drive-id (string) driveItem-id (string) workbookTable-id (string) workbookTableRow-id (string) $select (array) $expand (array) |
| patch_drives_by_drive_id_items_by_drive_item_id_workbook_tables_by_workbook_table_id_rows_by_workbook_table_row_id_range_sort | Update the navigation property sort in drives | drive-id (string) driveItem-id (string) workbookTable-id (string) workbookTableRow-id (string) data (undefined) required |
| delete_drives_by_drive_id_items_by_drive_item_id_workbook_tables_by_workbook_table_id_rows_by_workbook_table_row_id_range_sort | Delete navigation property sort for drives | drive-id (string) driveItem-id (string) workbookTable-id (string) workbookTableRow-id (string) If-Match (string) |
| get_drives_by_drive_id_items_by_drive_item_id_workbook_tables_by_workbook_table_id_rows_by_workbook_table_row_id_range_worksheet | The worksheet containing the current range. Read-only. | drive-id (string) driveItem-id (string) workbookTable-id (string) workbookTableRow-id (string) $select (array) $expand (array) |
| post_drives_by_drive_id_items_by_drive_item_id_workbook_tables_by_workbook_table_id_rows_add | Adds rows to the end of the table. Note that the API can accept multiple rows data using this API. Adding one row at a time could lead to performance degradation. The recommended approach would be to batch the rows together in a single call rather than doing single row insertion. For best results, collect the rows to be inserted on the application side and perform single rows add operation. Experiment with the number of rows to determine the ideal number of rows to use in single API call. | drive-id (string) driveItem-id (string) workbookTable-id (string) data: { . index (number) . values } (object) required |
| get_drives_by_drive_id_items_by_drive_item_id_workbook_tables_by_workbook_table_id_rows_count_ | Invoke function count | drive-id (string) driveItem-id (string) workbookTable-id (string) |
| get_drives_by_drive_id_items_by_drive_item_id_workbook_tables_by_workbook_table_id_rows_item_at_index_by_index_ | Gets a row based on its position in the collection. | drive-id (string) driveItem-id (string) workbookTable-id (string) index (number) |
| get_drives_by_drive_id_items_by_drive_item_id_workbook_tables_by_workbook_table_id_rows_item_at_index_by_index_range_ | Invoke function range | drive-id (string) driveItem-id (string) workbookTable-id (string) index (number) |
| get_drives_by_drive_id_items_by_drive_item_id_workbook_tables_by_workbook_table_id_sort | The sorting for the table. Read-only. | drive-id (string) driveItem-id (string) workbookTable-id (string) $select (array) $expand (array) |
| patch_drives_by_drive_id_items_by_drive_item_id_workbook_tables_by_workbook_table_id_sort | Update the navigation property sort in drives | drive-id (string) driveItem-id (string) workbookTable-id (string) data (undefined) required |
| delete_drives_by_drive_id_items_by_drive_item_id_workbook_tables_by_workbook_table_id_sort | Delete navigation property sort for drives | drive-id (string) driveItem-id (string) workbookTable-id (string) If-Match (string) |
| post_drives_by_drive_id_items_by_drive_item_id_workbook_tables_by_workbook_table_id_sort_apply | Perform a sort operation. | drive-id (string) driveItem-id (string) workbookTable-id (string) data: { . fields (array) . matchCase (boolean) . method (string) } (object) required |
| post_drives_by_drive_id_items_by_drive_item_id_workbook_tables_by_workbook_table_id_sort_clear | Clears the sorting that is currently on the table. While this doesn't modify the table's ordering, it clears the state of the header buttons. | drive-id (string) driveItem-id (string) workbookTable-id (string) |
| post_drives_by_drive_id_items_by_drive_item_id_workbook_tables_by_workbook_table_id_sort_reapply | Reapplies the current sorting parameters to the table. | drive-id (string) driveItem-id (string) workbookTable-id (string) |
| get_drives_by_drive_id_items_by_drive_item_id_workbook_tables_by_workbook_table_id_worksheet | The worksheet containing the current table. Read-only. | drive-id (string) driveItem-id (string) workbookTable-id (string) $select (array) $expand (array) |
| post_drives_by_drive_id_items_by_drive_item_id_workbook_tables_add | Create a new table. The range source address determines the worksheet under which the table will be added. If the table can't be added for example, because the address is invalid, or the table would overlap with another table, an error is generated. | drive-id (string) driveItem-id (string) data: { . address (string) . hasHeaders (boolean) } (object) required |
| get_drives_by_drive_id_items_by_drive_item_id_workbook_tables_count_ | Invoke function count | drive-id (string) driveItem-id (string) |
| get_drives_by_drive_id_items_by_drive_item_id_workbook_tables_item_at_index_by_index_ | Invoke function itemAt | drive-id (string) driveItem-id (string) index (number) |
| get_drives_by_drive_id_items_by_drive_item_id_workbook_tables_item_at_index_by_index_columns | The list of all the columns in the table. Read-only. | drive-id (string) driveItem-id (string) index (number) $top (integer) $orderby (array) $select (array) $expand (array) |
| post_drives_by_drive_id_items_by_drive_item_id_workbook_tables_item_at_index_by_index_columns | Create new navigation property to columns for drives | drive-id (string) driveItem-id (string) index (number) data (undefined) required |
| post_drives_by_drive_id_items_by_drive_item_id_workbook_tables_item_at_index_by_index_clear_filters | Clears all the filters currently applied on the table. | drive-id (string) driveItem-id (string) index (number) |
| post_drives_by_drive_id_items_by_drive_item_id_workbook_tables_item_at_index_by_index_convert_to_range | Converts the table into a normal range of cells. All data is preserved. | drive-id (string) driveItem-id (string) index (number) |
| get_drives_by_drive_id_items_by_drive_item_id_workbook_tables_item_at_index_by_index_data_body_range_ | Gets the range object associated with the data body of the table. | drive-id (string) driveItem-id (string) index (number) |
| get_drives_by_drive_id_items_by_drive_item_id_workbook_tables_item_at_index_by_index_header_row_range_ | Gets the range object associated with header row of the table. | drive-id (string) driveItem-id (string) index (number) |
| get_drives_by_drive_id_items_by_drive_item_id_workbook_tables_item_at_index_by_index_range_ | Get the range object associated with the entire table. | drive-id (string) driveItem-id (string) index (number) |
| post_drives_by_drive_id_items_by_drive_item_id_workbook_tables_item_at_index_by_index_reapply_filters | Reapplies all the filters currently on the table. | drive-id (string) driveItem-id (string) index (number) |
| get_drives_by_drive_id_items_by_drive_item_id_workbook_tables_item_at_index_by_index_total_row_range_ | Gets the range object associated with totals row of the table. | drive-id (string) driveItem-id (string) index (number) |
| get_drives_by_drive_id_items_by_drive_item_id_workbook_tables_item_at_index_by_index_rows | The list of all the rows in the table. Read-only. | drive-id (string) driveItem-id (string) index (number) $top (integer) $orderby (array) $select (array) $expand (array) |
| post_drives_by_drive_id_items_by_drive_item_id_workbook_tables_item_at_index_by_index_rows | Create new navigation property to rows for drives | drive-id (string) driveItem-id (string) index (number) data (undefined) required |
| get_drives_by_drive_id_items_by_drive_item_id_workbook_tables_item_at_index_by_index_sort | The sorting for the table. Read-only. | drive-id (string) driveItem-id (string) index (number) $select (array) $expand (array) |
| patch_drives_by_drive_id_items_by_drive_item_id_workbook_tables_item_at_index_by_index_sort | Update the navigation property sort in drives | drive-id (string) driveItem-id (string) index (number) data (undefined) required |
| delete_drives_by_drive_id_items_by_drive_item_id_workbook_tables_item_at_index_by_index_sort | Delete navigation property sort for drives | drive-id (string) driveItem-id (string) index (number) If-Match (string) |
| get_drives_by_drive_id_items_by_drive_item_id_workbook_tables_item_at_index_by_index_worksheet | The worksheet containing the current table. Read-only. | drive-id (string) driveItem-id (string) index (number) $select (array) $expand (array) |
| get_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets | Represents a collection of worksheets associated with the workbook. Read-only. | drive-id (string) driveItem-id (string) $top (integer) $orderby (array) $select (array) $expand (array) |
| post_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets | Create new navigation property to worksheets for drives | drive-id (string) driveItem-id (string) data (undefined) required |
| get_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id | Represents a collection of worksheets associated with the workbook. Read-only. | drive-id (string) driveItem-id (string) workbookWorksheet-id (string) $select (array) $expand (array) |
| patch_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id | Update the navigation property worksheets in drives | drive-id (string) driveItem-id (string) workbookWorksheet-id (string) data (undefined) required |
| delete_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id | Delete navigation property worksheets for drives | drive-id (string) driveItem-id (string) workbookWorksheet-id (string) If-Match (string) |
| get_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_charts | The list of charts that are part of the worksheet. Read-only. | drive-id (string) driveItem-id (string) workbookWorksheet-id (string) $top (integer) $orderby (array) $select (array) $expand (array) |
| post_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_charts | Create new navigation property to charts for drives | drive-id (string) driveItem-id (string) workbookWorksheet-id (string) data (undefined) required |
| get_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_charts_by_workbook_chart_id | The list of charts that are part of the worksheet. Read-only. | drive-id (string) driveItem-id (string) workbookWorksheet-id (string) workbookChart-id (string) $select (array) $expand (array) |
| patch_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_charts_by_workbook_chart_id | Update the navigation property charts in drives | drive-id (string) driveItem-id (string) workbookWorksheet-id (string) workbookChart-id (string) data (undefined) required |
| delete_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_charts_by_workbook_chart_id | Delete navigation property charts for drives | drive-id (string) driveItem-id (string) workbookWorksheet-id (string) workbookChart-id (string) If-Match (string) |
| get_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_charts_by_workbook_chart_id_axes | Represents chart axes. Read-only. | drive-id (string) driveItem-id (string) workbookWorksheet-id (string) workbookChart-id (string) $select (array) $expand (array) |
| patch_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_charts_by_workbook_chart_id_axes | Update the navigation property axes in drives | drive-id (string) driveItem-id (string) workbookWorksheet-id (string) workbookChart-id (string) data (undefined) required |
| delete_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_charts_by_workbook_chart_id_axes | Delete navigation property axes for drives | drive-id (string) driveItem-id (string) workbookWorksheet-id (string) workbookChart-id (string) If-Match (string) |
| get_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_charts_by_workbook_chart_id_axes_category_axis | Represents the category axis in a chart. Read-only. | drive-id (string) driveItem-id (string) workbookWorksheet-id (string) workbookChart-id (string) $select (array) $expand (array) |
| patch_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_charts_by_workbook_chart_id_axes_category_axis | Update the navigation property categoryAxis in drives | drive-id (string) driveItem-id (string) workbookWorksheet-id (string) workbookChart-id (string) data (undefined) required |
| delete_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_charts_by_workbook_chart_id_axes_category_axis | Delete navigation property categoryAxis for drives | drive-id (string) driveItem-id (string) workbookWorksheet-id (string) workbookChart-id (string) If-Match (string) |
| get_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_charts_by_workbook_chart_id_axes_category_axis_format | Represents the formatting of a chart object, which includes line and font formatting. Read-only. | drive-id (string) driveItem-id (string) workbookWorksheet-id (string) workbookChart-id (string) $select (array) $expand (array) |
| patch_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_charts_by_workbook_chart_id_axes_category_axis_format | Update the navigation property format in drives | drive-id (string) driveItem-id (string) workbookWorksheet-id (string) workbookChart-id (string) data (undefined) required |
| delete_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_charts_by_workbook_chart_id_axes_category_axis_format | Delete navigation property format for drives | drive-id (string) driveItem-id (string) workbookWorksheet-id (string) workbookChart-id (string) If-Match (string) |
| get_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_charts_by_workbook_chart_id_axes_category_axis_format_font | Represents the font attributes font name, font size, color, etc. for a chart axis element. Read-only. | drive-id (string) driveItem-id (string) workbookWorksheet-id (string) workbookChart-id (string) $select (array) $expand (array) |
| patch_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_charts_by_workbook_chart_id_axes_category_axis_format_font | Update the navigation property font in drives | drive-id (string) driveItem-id (string) workbookWorksheet-id (string) workbookChart-id (string) data (undefined) required |
| delete_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_charts_by_workbook_chart_id_axes_category_axis_format_font | Delete navigation property font for drives | drive-id (string) driveItem-id (string) workbookWorksheet-id (string) workbookChart-id (string) If-Match (string) |
| get_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_charts_by_workbook_chart_id_axes_category_axis_format_line | Represents chart line formatting. Read-only. | drive-id (string) driveItem-id (string) workbookWorksheet-id (string) workbookChart-id (string) $select (array) $expand (array) |
| patch_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_charts_by_workbook_chart_id_axes_category_axis_format_line | Update the navigation property line in drives | drive-id (string) driveItem-id (string) workbookWorksheet-id (string) workbookChart-id (string) data (undefined) required |
| delete_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_charts_by_workbook_chart_id_axes_category_axis_format_line | Delete navigation property line for drives | drive-id (string) driveItem-id (string) workbookWorksheet-id (string) workbookChart-id (string) If-Match (string) |
| post_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_charts_by_workbook_chart_id_axes_category_axis_format_line_clear | Clear the line format of a chart element. | drive-id (string) driveItem-id (string) workbookWorksheet-id (string) workbookChart-id (string) |
| get_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_charts_by_workbook_chart_id_axes_category_axis_major_gridlines | Returns a gridlines object that represents the major gridlines for the specified axis. Read-only. | drive-id (string) driveItem-id (string) workbookWorksheet-id (string) workbookChart-id (string) $select (array) $expand (array) |
| patch_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_charts_by_workbook_chart_id_axes_category_axis_major_gridlines | Update the navigation property majorGridlines in drives | drive-id (string) driveItem-id (string) workbookWorksheet-id (string) workbookChart-id (string) data (undefined) required |
| delete_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_charts_by_workbook_chart_id_axes_category_axis_major_gridlines | Delete navigation property majorGridlines for drives | drive-id (string) driveItem-id (string) workbookWorksheet-id (string) workbookChart-id (string) If-Match (string) |
| get_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_charts_by_workbook_chart_id_axes_category_axis_major_gridlines_format | Represents the formatting of chart gridlines. Read-only. | drive-id (string) driveItem-id (string) workbookWorksheet-id (string) workbookChart-id (string) $select (array) $expand (array) |
| patch_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_charts_by_workbook_chart_id_axes_category_axis_major_gridlines_format | Update the navigation property format in drives | drive-id (string) driveItem-id (string) workbookWorksheet-id (string) workbookChart-id (string) data (undefined) required |
| delete_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_charts_by_workbook_chart_id_axes_category_axis_major_gridlines_format | Delete navigation property format for drives | drive-id (string) driveItem-id (string) workbookWorksheet-id (string) workbookChart-id (string) If-Match (string) |
| get_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_charts_by_workbook_chart_id_axes_category_axis_major_gridlines_format_line | Represents chart line formatting. Read-only. | drive-id (string) driveItem-id (string) workbookWorksheet-id (string) workbookChart-id (string) $select (array) $expand (array) |
| patch_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_charts_by_workbook_chart_id_axes_category_axis_major_gridlines_format_line | Update the navigation property line in drives | drive-id (string) driveItem-id (string) workbookWorksheet-id (string) workbookChart-id (string) data (undefined) required |
| delete_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_charts_by_workbook_chart_id_axes_category_axis_major_gridlines_format_line | Delete navigation property line for drives | drive-id (string) driveItem-id (string) workbookWorksheet-id (string) workbookChart-id (string) If-Match (string) |
| post_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_charts_by_workbook_chart_id_axes_category_axis_major_gridlines_format_line_clear | Clear the line format of a chart element. | drive-id (string) driveItem-id (string) workbookWorksheet-id (string) workbookChart-id (string) |
| get_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_charts_by_workbook_chart_id_axes_category_axis_minor_gridlines | Returns a Gridlines object that represents the minor gridlines for the specified axis. Read-only. | drive-id (string) driveItem-id (string) workbookWorksheet-id (string) workbookChart-id (string) $select (array) $expand (array) |
| patch_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_charts_by_workbook_chart_id_axes_category_axis_minor_gridlines | Update the navigation property minorGridlines in drives | drive-id (string) driveItem-id (string) workbookWorksheet-id (string) workbookChart-id (string) data (undefined) required |
| delete_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_charts_by_workbook_chart_id_axes_category_axis_minor_gridlines | Delete navigation property minorGridlines for drives | drive-id (string) driveItem-id (string) workbookWorksheet-id (string) workbookChart-id (string) If-Match (string) |
| get_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_charts_by_workbook_chart_id_axes_category_axis_minor_gridlines_format | Represents the formatting of chart gridlines. Read-only. | drive-id (string) driveItem-id (string) workbookWorksheet-id (string) workbookChart-id (string) $select (array) $expand (array) |
| patch_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_charts_by_workbook_chart_id_axes_category_axis_minor_gridlines_format | Update the navigation property format in drives | drive-id (string) driveItem-id (string) workbookWorksheet-id (string) workbookChart-id (string) data (undefined) required |
| delete_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_charts_by_workbook_chart_id_axes_category_axis_minor_gridlines_format | Delete navigation property format for drives | drive-id (string) driveItem-id (string) workbookWorksheet-id (string) workbookChart-id (string) If-Match (string) |
| get_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_charts_by_workbook_chart_id_axes_category_axis_minor_gridlines_format_line | Represents chart line formatting. Read-only. | drive-id (string) driveItem-id (string) workbookWorksheet-id (string) workbookChart-id (string) $select (array) $expand (array) |
| patch_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_charts_by_workbook_chart_id_axes_category_axis_minor_gridlines_format_line | Update the navigation property line in drives | drive-id (string) driveItem-id (string) workbookWorksheet-id (string) workbookChart-id (string) data (undefined) required |
| delete_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_charts_by_workbook_chart_id_axes_category_axis_minor_gridlines_format_line | Delete navigation property line for drives | drive-id (string) driveItem-id (string) workbookWorksheet-id (string) workbookChart-id (string) If-Match (string) |
| post_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_charts_by_workbook_chart_id_axes_category_axis_minor_gridlines_format_line_clear | Clear the line format of a chart element. | drive-id (string) driveItem-id (string) workbookWorksheet-id (string) workbookChart-id (string) |
| get_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_charts_by_workbook_chart_id_axes_category_axis_title | Represents the axis title. Read-only. | drive-id (string) driveItem-id (string) workbookWorksheet-id (string) workbookChart-id (string) $select (array) $expand (array) |
| patch_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_charts_by_workbook_chart_id_axes_category_axis_title | Update the navigation property title in drives | drive-id (string) driveItem-id (string) workbookWorksheet-id (string) workbookChart-id (string) data (undefined) required |
| delete_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_charts_by_workbook_chart_id_axes_category_axis_title | Delete navigation property title for drives | drive-id (string) driveItem-id (string) workbookWorksheet-id (string) workbookChart-id (string) If-Match (string) |
| get_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_charts_by_workbook_chart_id_axes_category_axis_title_format | Represents the formatting of chart axis title. Read-only. | drive-id (string) driveItem-id (string) workbookWorksheet-id (string) workbookChart-id (string) $select (array) $expand (array) |
| patch_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_charts_by_workbook_chart_id_axes_category_axis_title_format | Update the navigation property format in drives | drive-id (string) driveItem-id (string) workbookWorksheet-id (string) workbookChart-id (string) data (undefined) required |
| delete_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_charts_by_workbook_chart_id_axes_category_axis_title_format | Delete navigation property format for drives | drive-id (string) driveItem-id (string) workbookWorksheet-id (string) workbookChart-id (string) If-Match (string) |
| get_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_charts_by_workbook_chart_id_axes_category_axis_title_format_font | Represents the font attributes, such as font name, font size, color, etc. of chart axis title object. Read-only. | drive-id (string) driveItem-id (string) workbookWorksheet-id (string) workbookChart-id (string) $select (array) $expand (array) |
| patch_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_charts_by_workbook_chart_id_axes_category_axis_title_format_font | Update the navigation property font in drives | drive-id (string) driveItem-id (string) workbookWorksheet-id (string) workbookChart-id (string) data (undefined) required |
| delete_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_charts_by_workbook_chart_id_axes_category_axis_title_format_font | Delete navigation property font for drives | drive-id (string) driveItem-id (string) workbookWorksheet-id (string) workbookChart-id (string) If-Match (string) |
| get_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_charts_by_workbook_chart_id_axes_series_axis | Represents the series axis of a 3-dimensional chart. Read-only. | drive-id (string) driveItem-id (string) workbookWorksheet-id (string) workbookChart-id (string) $select (array) $expand (array) |
| patch_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_charts_by_workbook_chart_id_axes_series_axis | Update the navigation property seriesAxis in drives | drive-id (string) driveItem-id (string) workbookWorksheet-id (string) workbookChart-id (string) data (undefined) required |
| delete_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_charts_by_workbook_chart_id_axes_series_axis | Delete navigation property seriesAxis for drives | drive-id (string) driveItem-id (string) workbookWorksheet-id (string) workbookChart-id (string) If-Match (string) |
| get_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_charts_by_workbook_chart_id_axes_series_axis_format | Represents the formatting of a chart object, which includes line and font formatting. Read-only. | drive-id (string) driveItem-id (string) workbookWorksheet-id (string) workbookChart-id (string) $select (array) $expand (array) |
| patch_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_charts_by_workbook_chart_id_axes_series_axis_format | Update the navigation property format in drives | drive-id (string) driveItem-id (string) workbookWorksheet-id (string) workbookChart-id (string) data (undefined) required |
| delete_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_charts_by_workbook_chart_id_axes_series_axis_format | Delete navigation property format for drives | drive-id (string) driveItem-id (string) workbookWorksheet-id (string) workbookChart-id (string) If-Match (string) |
| get_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_charts_by_workbook_chart_id_axes_series_axis_format_font | Represents the font attributes font name, font size, color, etc. for a chart axis element. Read-only. | drive-id (string) driveItem-id (string) workbookWorksheet-id (string) workbookChart-id (string) $select (array) $expand (array) |
| patch_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_charts_by_workbook_chart_id_axes_series_axis_format_font | Update the navigation property font in drives | drive-id (string) driveItem-id (string) workbookWorksheet-id (string) workbookChart-id (string) data (undefined) required |
| delete_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_charts_by_workbook_chart_id_axes_series_axis_format_font | Delete navigation property font for drives | drive-id (string) driveItem-id (string) workbookWorksheet-id (string) workbookChart-id (string) If-Match (string) |
| get_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_charts_by_workbook_chart_id_axes_series_axis_format_line | Represents chart line formatting. Read-only. | drive-id (string) driveItem-id (string) workbookWorksheet-id (string) workbookChart-id (string) $select (array) $expand (array) |
| patch_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_charts_by_workbook_chart_id_axes_series_axis_format_line | Update the navigation property line in drives | drive-id (string) driveItem-id (string) workbookWorksheet-id (string) workbookChart-id (string) data (undefined) required |
| delete_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_charts_by_workbook_chart_id_axes_series_axis_format_line | Delete navigation property line for drives | drive-id (string) driveItem-id (string) workbookWorksheet-id (string) workbookChart-id (string) If-Match (string) |
| post_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_charts_by_workbook_chart_id_axes_series_axis_format_line_clear | Clear the line format of a chart element. | drive-id (string) driveItem-id (string) workbookWorksheet-id (string) workbookChart-id (string) |
| get_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_charts_by_workbook_chart_id_axes_series_axis_major_gridlines | Returns a gridlines object that represents the major gridlines for the specified axis. Read-only. | drive-id (string) driveItem-id (string) workbookWorksheet-id (string) workbookChart-id (string) $select (array) $expand (array) |
| patch_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_charts_by_workbook_chart_id_axes_series_axis_major_gridlines | Update the navigation property majorGridlines in drives | drive-id (string) driveItem-id (string) workbookWorksheet-id (string) workbookChart-id (string) data (undefined) required |
| delete_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_charts_by_workbook_chart_id_axes_series_axis_major_gridlines | Delete navigation property majorGridlines for drives | drive-id (string) driveItem-id (string) workbookWorksheet-id (string) workbookChart-id (string) If-Match (string) |
| get_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_charts_by_workbook_chart_id_axes_series_axis_major_gridlines_format | Represents the formatting of chart gridlines. Read-only. | drive-id (string) driveItem-id (string) workbookWorksheet-id (string) workbookChart-id (string) $select (array) $expand (array) |
| patch_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_charts_by_workbook_chart_id_axes_series_axis_major_gridlines_format | Update the navigation property format in drives | drive-id (string) driveItem-id (string) workbookWorksheet-id (string) workbookChart-id (string) data (undefined) required |
| delete_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_charts_by_workbook_chart_id_axes_series_axis_major_gridlines_format | Delete navigation property format for drives | drive-id (string) driveItem-id (string) workbookWorksheet-id (string) workbookChart-id (string) If-Match (string) |
| get_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_charts_by_workbook_chart_id_axes_series_axis_major_gridlines_format_line | Represents chart line formatting. Read-only. | drive-id (string) driveItem-id (string) workbookWorksheet-id (string) workbookChart-id (string) $select (array) $expand (array) |
| patch_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_charts_by_workbook_chart_id_axes_series_axis_major_gridlines_format_line | Update the navigation property line in drives | drive-id (string) driveItem-id (string) workbookWorksheet-id (string) workbookChart-id (string) data (undefined) required |
| delete_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_charts_by_workbook_chart_id_axes_series_axis_major_gridlines_format_line | Delete navigation property line for drives | drive-id (string) driveItem-id (string) workbookWorksheet-id (string) workbookChart-id (string) If-Match (string) |
| post_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_charts_by_workbook_chart_id_axes_series_axis_major_gridlines_format_line_clear | Clear the line format of a chart element. | drive-id (string) driveItem-id (string) workbookWorksheet-id (string) workbookChart-id (string) |
| get_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_charts_by_workbook_chart_id_axes_series_axis_minor_gridlines | Returns a Gridlines object that represents the minor gridlines for the specified axis. Read-only. | drive-id (string) driveItem-id (string) workbookWorksheet-id (string) workbookChart-id (string) $select (array) $expand (array) |
| patch_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_charts_by_workbook_chart_id_axes_series_axis_minor_gridlines | Update the navigation property minorGridlines in drives | drive-id (string) driveItem-id (string) workbookWorksheet-id (string) workbookChart-id (string) data (undefined) required |
| delete_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_charts_by_workbook_chart_id_axes_series_axis_minor_gridlines | Delete navigation property minorGridlines for drives | drive-id (string) driveItem-id (string) workbookWorksheet-id (string) workbookChart-id (string) If-Match (string) |
| get_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_charts_by_workbook_chart_id_axes_series_axis_minor_gridlines_format | Represents the formatting of chart gridlines. Read-only. | drive-id (string) driveItem-id (string) workbookWorksheet-id (string) workbookChart-id (string) $select (array) $expand (array) |
| patch_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_charts_by_workbook_chart_id_axes_series_axis_minor_gridlines_format | Update the navigation property format in drives | drive-id (string) driveItem-id (string) workbookWorksheet-id (string) workbookChart-id (string) data (undefined) required |
| delete_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_charts_by_workbook_chart_id_axes_series_axis_minor_gridlines_format | Delete navigation property format for drives | drive-id (string) driveItem-id (string) workbookWorksheet-id (string) workbookChart-id (string) If-Match (string) |
| get_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_charts_by_workbook_chart_id_axes_series_axis_minor_gridlines_format_line | Represents chart line formatting. Read-only. | drive-id (string) driveItem-id (string) workbookWorksheet-id (string) workbookChart-id (string) $select (array) $expand (array) |
| patch_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_charts_by_workbook_chart_id_axes_series_axis_minor_gridlines_format_line | Update the navigation property line in drives | drive-id (string) driveItem-id (string) workbookWorksheet-id (string) workbookChart-id (string) data (undefined) required |
| delete_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_charts_by_workbook_chart_id_axes_series_axis_minor_gridlines_format_line | Delete navigation property line for drives | drive-id (string) driveItem-id (string) workbookWorksheet-id (string) workbookChart-id (string) If-Match (string) |
| post_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_charts_by_workbook_chart_id_axes_series_axis_minor_gridlines_format_line_clear | Clear the line format of a chart element. | drive-id (string) driveItem-id (string) workbookWorksheet-id (string) workbookChart-id (string) |
| get_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_charts_by_workbook_chart_id_axes_series_axis_title | Represents the axis title. Read-only. | drive-id (string) driveItem-id (string) workbookWorksheet-id (string) workbookChart-id (string) $select (array) $expand (array) |
| patch_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_charts_by_workbook_chart_id_axes_series_axis_title | Update the navigation property title in drives | drive-id (string) driveItem-id (string) workbookWorksheet-id (string) workbookChart-id (string) data (undefined) required |
| delete_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_charts_by_workbook_chart_id_axes_series_axis_title | Delete navigation property title for drives | drive-id (string) driveItem-id (string) workbookWorksheet-id (string) workbookChart-id (string) If-Match (string) |
| get_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_charts_by_workbook_chart_id_axes_series_axis_title_format | Represents the formatting of chart axis title. Read-only. | drive-id (string) driveItem-id (string) workbookWorksheet-id (string) workbookChart-id (string) $select (array) $expand (array) |
| patch_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_charts_by_workbook_chart_id_axes_series_axis_title_format | Update the navigation property format in drives | drive-id (string) driveItem-id (string) workbookWorksheet-id (string) workbookChart-id (string) data (undefined) required |
| delete_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_charts_by_workbook_chart_id_axes_series_axis_title_format | Delete navigation property format for drives | drive-id (string) driveItem-id (string) workbookWorksheet-id (string) workbookChart-id (string) If-Match (string) |
| get_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_charts_by_workbook_chart_id_axes_series_axis_title_format_font | Represents the font attributes, such as font name, font size, color, etc. of chart axis title object. Read-only. | drive-id (string) driveItem-id (string) workbookWorksheet-id (string) workbookChart-id (string) $select (array) $expand (array) |
| patch_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_charts_by_workbook_chart_id_axes_series_axis_title_format_font | Update the navigation property font in drives | drive-id (string) driveItem-id (string) workbookWorksheet-id (string) workbookChart-id (string) data (undefined) required |
| delete_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_charts_by_workbook_chart_id_axes_series_axis_title_format_font | Delete navigation property font for drives | drive-id (string) driveItem-id (string) workbookWorksheet-id (string) workbookChart-id (string) If-Match (string) |
| get_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_charts_by_workbook_chart_id_axes_value_axis | Represents the value axis in an axis. Read-only. | drive-id (string) driveItem-id (string) workbookWorksheet-id (string) workbookChart-id (string) $select (array) $expand (array) |
| patch_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_charts_by_workbook_chart_id_axes_value_axis | Update the navigation property valueAxis in drives | drive-id (string) driveItem-id (string) workbookWorksheet-id (string) workbookChart-id (string) data (undefined) required |
| delete_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_charts_by_workbook_chart_id_axes_value_axis | Delete navigation property valueAxis for drives | drive-id (string) driveItem-id (string) workbookWorksheet-id (string) workbookChart-id (string) If-Match (string) |
| get_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_charts_by_workbook_chart_id_axes_value_axis_format | Represents the formatting of a chart object, which includes line and font formatting. Read-only. | drive-id (string) driveItem-id (string) workbookWorksheet-id (string) workbookChart-id (string) $select (array) $expand (array) |
| patch_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_charts_by_workbook_chart_id_axes_value_axis_format | Update the navigation property format in drives | drive-id (string) driveItem-id (string) workbookWorksheet-id (string) workbookChart-id (string) data (undefined) required |
| delete_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_charts_by_workbook_chart_id_axes_value_axis_format | Delete navigation property format for drives | drive-id (string) driveItem-id (string) workbookWorksheet-id (string) workbookChart-id (string) If-Match (string) |
| get_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_charts_by_workbook_chart_id_axes_value_axis_format_font | Represents the font attributes font name, font size, color, etc. for a chart axis element. Read-only. | drive-id (string) driveItem-id (string) workbookWorksheet-id (string) workbookChart-id (string) $select (array) $expand (array) |
| patch_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_charts_by_workbook_chart_id_axes_value_axis_format_font | Update the navigation property font in drives | drive-id (string) driveItem-id (string) workbookWorksheet-id (string) workbookChart-id (string) data (undefined) required |
| delete_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_charts_by_workbook_chart_id_axes_value_axis_format_font | Delete navigation property font for drives | drive-id (string) driveItem-id (string) workbookWorksheet-id (string) workbookChart-id (string) If-Match (string) |
| get_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_charts_by_workbook_chart_id_axes_value_axis_format_line | Represents chart line formatting. Read-only. | drive-id (string) driveItem-id (string) workbookWorksheet-id (string) workbookChart-id (string) $select (array) $expand (array) |
| patch_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_charts_by_workbook_chart_id_axes_value_axis_format_line | Update the navigation property line in drives | drive-id (string) driveItem-id (string) workbookWorksheet-id (string) workbookChart-id (string) data (undefined) required |
| delete_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_charts_by_workbook_chart_id_axes_value_axis_format_line | Delete navigation property line for drives | drive-id (string) driveItem-id (string) workbookWorksheet-id (string) workbookChart-id (string) If-Match (string) |
| post_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_charts_by_workbook_chart_id_axes_value_axis_format_line_clear | Clear the line format of a chart element. | drive-id (string) driveItem-id (string) workbookWorksheet-id (string) workbookChart-id (string) |
| get_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_charts_by_workbook_chart_id_axes_value_axis_major_gridlines | Returns a gridlines object that represents the major gridlines for the specified axis. Read-only. | drive-id (string) driveItem-id (string) workbookWorksheet-id (string) workbookChart-id (string) $select (array) $expand (array) |
| patch_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_charts_by_workbook_chart_id_axes_value_axis_major_gridlines | Update the navigation property majorGridlines in drives | drive-id (string) driveItem-id (string) workbookWorksheet-id (string) workbookChart-id (string) data (undefined) required |
| delete_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_charts_by_workbook_chart_id_axes_value_axis_major_gridlines | Delete navigation property majorGridlines for drives | drive-id (string) driveItem-id (string) workbookWorksheet-id (string) workbookChart-id (string) If-Match (string) |
| get_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_charts_by_workbook_chart_id_axes_value_axis_major_gridlines_format | Represents the formatting of chart gridlines. Read-only. | drive-id (string) driveItem-id (string) workbookWorksheet-id (string) workbookChart-id (string) $select (array) $expand (array) |
| patch_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_charts_by_workbook_chart_id_axes_value_axis_major_gridlines_format | Update the navigation property format in drives | drive-id (string) driveItem-id (string) workbookWorksheet-id (string) workbookChart-id (string) data (undefined) required |
| delete_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_charts_by_workbook_chart_id_axes_value_axis_major_gridlines_format | Delete navigation property format for drives | drive-id (string) driveItem-id (string) workbookWorksheet-id (string) workbookChart-id (string) If-Match (string) |
| get_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_charts_by_workbook_chart_id_axes_value_axis_major_gridlines_format_line | Represents chart line formatting. Read-only. | drive-id (string) driveItem-id (string) workbookWorksheet-id (string) workbookChart-id (string) $select (array) $expand (array) |
| patch_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_charts_by_workbook_chart_id_axes_value_axis_major_gridlines_format_line | Update the navigation property line in drives | drive-id (string) driveItem-id (string) workbookWorksheet-id (string) workbookChart-id (string) data (undefined) required |
| delete_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_charts_by_workbook_chart_id_axes_value_axis_major_gridlines_format_line | Delete navigation property line for drives | drive-id (string) driveItem-id (string) workbookWorksheet-id (string) workbookChart-id (string) If-Match (string) |
| post_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_charts_by_workbook_chart_id_axes_value_axis_major_gridlines_format_line_clear | Clear the line format of a chart element. | drive-id (string) driveItem-id (string) workbookWorksheet-id (string) workbookChart-id (string) |
| get_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_charts_by_workbook_chart_id_axes_value_axis_minor_gridlines | Returns a Gridlines object that represents the minor gridlines for the specified axis. Read-only. | drive-id (string) driveItem-id (string) workbookWorksheet-id (string) workbookChart-id (string) $select (array) $expand (array) |
| patch_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_charts_by_workbook_chart_id_axes_value_axis_minor_gridlines | Update the navigation property minorGridlines in drives | drive-id (string) driveItem-id (string) workbookWorksheet-id (string) workbookChart-id (string) data (undefined) required |
| delete_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_charts_by_workbook_chart_id_axes_value_axis_minor_gridlines | Delete navigation property minorGridlines for drives | drive-id (string) driveItem-id (string) workbookWorksheet-id (string) workbookChart-id (string) If-Match (string) |
| get_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_charts_by_workbook_chart_id_axes_value_axis_minor_gridlines_format | Represents the formatting of chart gridlines. Read-only. | drive-id (string) driveItem-id (string) workbookWorksheet-id (string) workbookChart-id (string) $select (array) $expand (array) |
| patch_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_charts_by_workbook_chart_id_axes_value_axis_minor_gridlines_format | Update the navigation property format in drives | drive-id (string) driveItem-id (string) workbookWorksheet-id (string) workbookChart-id (string) data (undefined) required |
| delete_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_charts_by_workbook_chart_id_axes_value_axis_minor_gridlines_format | Delete navigation property format for drives | drive-id (string) driveItem-id (string) workbookWorksheet-id (string) workbookChart-id (string) If-Match (string) |
| get_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_charts_by_workbook_chart_id_axes_value_axis_minor_gridlines_format_line | Represents chart line formatting. Read-only. | drive-id (string) driveItem-id (string) workbookWorksheet-id (string) workbookChart-id (string) $select (array) $expand (array) |
| patch_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_charts_by_workbook_chart_id_axes_value_axis_minor_gridlines_format_line | Update the navigation property line in drives | drive-id (string) driveItem-id (string) workbookWorksheet-id (string) workbookChart-id (string) data (undefined) required |
| delete_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_charts_by_workbook_chart_id_axes_value_axis_minor_gridlines_format_line | Delete navigation property line for drives | drive-id (string) driveItem-id (string) workbookWorksheet-id (string) workbookChart-id (string) If-Match (string) |
| post_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_charts_by_workbook_chart_id_axes_value_axis_minor_gridlines_format_line_clear | Clear the line format of a chart element. | drive-id (string) driveItem-id (string) workbookWorksheet-id (string) workbookChart-id (string) |
| get_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_charts_by_workbook_chart_id_axes_value_axis_title | Represents the axis title. Read-only. | drive-id (string) driveItem-id (string) workbookWorksheet-id (string) workbookChart-id (string) $select (array) $expand (array) |
| patch_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_charts_by_workbook_chart_id_axes_value_axis_title | Update the navigation property title in drives | drive-id (string) driveItem-id (string) workbookWorksheet-id (string) workbookChart-id (string) data (undefined) required |
| delete_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_charts_by_workbook_chart_id_axes_value_axis_title | Delete navigation property title for drives | drive-id (string) driveItem-id (string) workbookWorksheet-id (string) workbookChart-id (string) If-Match (string) |
| get_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_charts_by_workbook_chart_id_axes_value_axis_title_format | Represents the formatting of chart axis title. Read-only. | drive-id (string) driveItem-id (string) workbookWorksheet-id (string) workbookChart-id (string) $select (array) $expand (array) |
| patch_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_charts_by_workbook_chart_id_axes_value_axis_title_format | Update the navigation property format in drives | drive-id (string) driveItem-id (string) workbookWorksheet-id (string) workbookChart-id (string) data (undefined) required |
| delete_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_charts_by_workbook_chart_id_axes_value_axis_title_format | Delete navigation property format for drives | drive-id (string) driveItem-id (string) workbookWorksheet-id (string) workbookChart-id (string) If-Match (string) |
| get_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_charts_by_workbook_chart_id_axes_value_axis_title_format_font | Represents the font attributes, such as font name, font size, color, etc. of chart axis title object. Read-only. | drive-id (string) driveItem-id (string) workbookWorksheet-id (string) workbookChart-id (string) $select (array) $expand (array) |
| patch_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_charts_by_workbook_chart_id_axes_value_axis_title_format_font | Update the navigation property font in drives | drive-id (string) driveItem-id (string) workbookWorksheet-id (string) workbookChart-id (string) data (undefined) required |
| delete_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_charts_by_workbook_chart_id_axes_value_axis_title_format_font | Delete navigation property font for drives | drive-id (string) driveItem-id (string) workbookWorksheet-id (string) workbookChart-id (string) If-Match (string) |
| get_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_charts_by_workbook_chart_id_data_labels | Represents the data labels on the chart. Read-only. | drive-id (string) driveItem-id (string) workbookWorksheet-id (string) workbookChart-id (string) $select (array) $expand (array) |
| patch_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_charts_by_workbook_chart_id_data_labels | Update the navigation property dataLabels in drives | drive-id (string) driveItem-id (string) workbookWorksheet-id (string) workbookChart-id (string) data (undefined) required |
| delete_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_charts_by_workbook_chart_id_data_labels | Delete navigation property dataLabels for drives | drive-id (string) driveItem-id (string) workbookWorksheet-id (string) workbookChart-id (string) If-Match (string) |
| get_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_charts_by_workbook_chart_id_data_labels_format | Represents the format of chart data labels, which includes fill and font formatting. Read-only. | drive-id (string) driveItem-id (string) workbookWorksheet-id (string) workbookChart-id (string) $select (array) $expand (array) |
| patch_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_charts_by_workbook_chart_id_data_labels_format | Update the navigation property format in drives | drive-id (string) driveItem-id (string) workbookWorksheet-id (string) workbookChart-id (string) data (undefined) required |
| delete_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_charts_by_workbook_chart_id_data_labels_format | Delete navigation property format for drives | drive-id (string) driveItem-id (string) workbookWorksheet-id (string) workbookChart-id (string) If-Match (string) |
| get_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_charts_by_workbook_chart_id_data_labels_format_fill | Represents the fill format of the current chart data label. Read-only. | drive-id (string) driveItem-id (string) workbookWorksheet-id (string) workbookChart-id (string) $select (array) $expand (array) |
| patch_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_charts_by_workbook_chart_id_data_labels_format_fill | Update the navigation property fill in drives | drive-id (string) driveItem-id (string) workbookWorksheet-id (string) workbookChart-id (string) data (undefined) required |
| delete_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_charts_by_workbook_chart_id_data_labels_format_fill | Delete navigation property fill for drives | drive-id (string) driveItem-id (string) workbookWorksheet-id (string) workbookChart-id (string) If-Match (string) |
| post_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_charts_by_workbook_chart_id_data_labels_format_fill_clear | Clear the fill color of a chart element. | drive-id (string) driveItem-id (string) workbookWorksheet-id (string) workbookChart-id (string) |
| post_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_charts_by_workbook_chart_id_data_labels_format_fill_set_solid_color | Sets the fill formatting of a chart element to a uniform color. | drive-id (string) driveItem-id (string) workbookWorksheet-id (string) workbookChart-id (string) data: { . color (string) } (object) required |
| get_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_charts_by_workbook_chart_id_data_labels_format_font | Represents the font attributes font name, font size, color, etc. for a chart data label. Read-only. | drive-id (string) driveItem-id (string) workbookWorksheet-id (string) workbookChart-id (string) $select (array) $expand (array) |
| patch_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_charts_by_workbook_chart_id_data_labels_format_font | Update the navigation property font in drives | drive-id (string) driveItem-id (string) workbookWorksheet-id (string) workbookChart-id (string) data (undefined) required |
| delete_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_charts_by_workbook_chart_id_data_labels_format_font | Delete navigation property font for drives | drive-id (string) driveItem-id (string) workbookWorksheet-id (string) workbookChart-id (string) If-Match (string) |
| get_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_charts_by_workbook_chart_id_format | Encapsulates the format properties for the chart area. Read-only. | drive-id (string) driveItem-id (string) workbookWorksheet-id (string) workbookChart-id (string) $select (array) $expand (array) |
| patch_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_charts_by_workbook_chart_id_format | Update the navigation property format in drives | drive-id (string) driveItem-id (string) workbookWorksheet-id (string) workbookChart-id (string) data (undefined) required |
| delete_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_charts_by_workbook_chart_id_format | Delete navigation property format for drives | drive-id (string) driveItem-id (string) workbookWorksheet-id (string) workbookChart-id (string) If-Match (string) |
| get_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_charts_by_workbook_chart_id_format_fill | Represents the fill format of an object, which includes background formatting information. Read-only. | drive-id (string) driveItem-id (string) workbookWorksheet-id (string) workbookChart-id (string) $select (array) $expand (array) |
| patch_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_charts_by_workbook_chart_id_format_fill | Update the navigation property fill in drives | drive-id (string) driveItem-id (string) workbookWorksheet-id (string) workbookChart-id (string) data (undefined) required |
| delete_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_charts_by_workbook_chart_id_format_fill | Delete navigation property fill for drives | drive-id (string) driveItem-id (string) workbookWorksheet-id (string) workbookChart-id (string) If-Match (string) |
| post_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_charts_by_workbook_chart_id_format_fill_clear | Clear the fill color of a chart element. | drive-id (string) driveItem-id (string) workbookWorksheet-id (string) workbookChart-id (string) |
| post_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_charts_by_workbook_chart_id_format_fill_set_solid_color | Sets the fill formatting of a chart element to a uniform color. | drive-id (string) driveItem-id (string) workbookWorksheet-id (string) workbookChart-id (string) data: { . color (string) } (object) required |
| get_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_charts_by_workbook_chart_id_format_font | Represents the font attributes font name, font size, color, etc. for the current object. Read-only. | drive-id (string) driveItem-id (string) workbookWorksheet-id (string) workbookChart-id (string) $select (array) $expand (array) |
| patch_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_charts_by_workbook_chart_id_format_font | Update the navigation property font in drives | drive-id (string) driveItem-id (string) workbookWorksheet-id (string) workbookChart-id (string) data (undefined) required |
| delete_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_charts_by_workbook_chart_id_format_font | Delete navigation property font for drives | drive-id (string) driveItem-id (string) workbookWorksheet-id (string) workbookChart-id (string) If-Match (string) |
| get_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_charts_by_workbook_chart_id_legend | Represents the legend for the chart. Read-only. | drive-id (string) driveItem-id (string) workbookWorksheet-id (string) workbookChart-id (string) $select (array) $expand (array) |
| patch_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_charts_by_workbook_chart_id_legend | Update the navigation property legend in drives | drive-id (string) driveItem-id (string) workbookWorksheet-id (string) workbookChart-id (string) data (undefined) required |
| delete_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_charts_by_workbook_chart_id_legend | Delete navigation property legend for drives | drive-id (string) driveItem-id (string) workbookWorksheet-id (string) workbookChart-id (string) If-Match (string) |
| get_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_charts_by_workbook_chart_id_legend_format | Represents the formatting of a chart legend, which includes fill and font formatting. Read-only. | drive-id (string) driveItem-id (string) workbookWorksheet-id (string) workbookChart-id (string) $select (array) $expand (array) |
| patch_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_charts_by_workbook_chart_id_legend_format | Update the navigation property format in drives | drive-id (string) driveItem-id (string) workbookWorksheet-id (string) workbookChart-id (string) data (undefined) required |
| delete_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_charts_by_workbook_chart_id_legend_format | Delete navigation property format for drives | drive-id (string) driveItem-id (string) workbookWorksheet-id (string) workbookChart-id (string) If-Match (string) |
| get_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_charts_by_workbook_chart_id_legend_format_fill | Represents the fill format of an object, which includes background formating information. Read-only. | drive-id (string) driveItem-id (string) workbookWorksheet-id (string) workbookChart-id (string) $select (array) $expand (array) |
| patch_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_charts_by_workbook_chart_id_legend_format_fill | Update the navigation property fill in drives | drive-id (string) driveItem-id (string) workbookWorksheet-id (string) workbookChart-id (string) data (undefined) required |
| delete_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_charts_by_workbook_chart_id_legend_format_fill | Delete navigation property fill for drives | drive-id (string) driveItem-id (string) workbookWorksheet-id (string) workbookChart-id (string) If-Match (string) |
| post_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_charts_by_workbook_chart_id_legend_format_fill_clear | Clear the fill color of a chart element. | drive-id (string) driveItem-id (string) workbookWorksheet-id (string) workbookChart-id (string) |
| post_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_charts_by_workbook_chart_id_legend_format_fill_set_solid_color | Sets the fill formatting of a chart element to a uniform color. | drive-id (string) driveItem-id (string) workbookWorksheet-id (string) workbookChart-id (string) data: { . color (string) } (object) required |
| get_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_charts_by_workbook_chart_id_legend_format_font | Represents the font attributes such as font name, font size, color, etc. of a chart legend. Read-only. | drive-id (string) driveItem-id (string) workbookWorksheet-id (string) workbookChart-id (string) $select (array) $expand (array) |
| patch_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_charts_by_workbook_chart_id_legend_format_font | Update the navigation property font in drives | drive-id (string) driveItem-id (string) workbookWorksheet-id (string) workbookChart-id (string) data (undefined) required |
| delete_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_charts_by_workbook_chart_id_legend_format_font | Delete navigation property font for drives | drive-id (string) driveItem-id (string) workbookWorksheet-id (string) workbookChart-id (string) If-Match (string) |
| get_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_charts_by_workbook_chart_id_image_ | Invoke function image | drive-id (string) driveItem-id (string) workbookWorksheet-id (string) workbookChart-id (string) |
| get_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_charts_by_workbook_chart_id_image_width_by_width_height_by_height_fitting_mode_by_fitting_mode_ | Invoke function image | drive-id (string) driveItem-id (string) workbookWorksheet-id (string) workbookChart-id (string) width (number) height (number) fittingMode (string) |
| get_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_charts_by_workbook_chart_id_image_width_by_width_height_by_height_ | Invoke function image | drive-id (string) driveItem-id (string) workbookWorksheet-id (string) workbookChart-id (string) width (number) height (number) |
| get_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_charts_by_workbook_chart_id_image_width_by_width_ | Invoke function image | drive-id (string) driveItem-id (string) workbookWorksheet-id (string) workbookChart-id (string) width (number) |
| post_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_charts_by_workbook_chart_id_set_data | Resets the source data for the chart. | drive-id (string) driveItem-id (string) workbookWorksheet-id (string) workbookChart-id (string) data: { . sourceData . seriesBy (string) } (object) required |
| post_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_charts_by_workbook_chart_id_set_position | Positions the chart relative to cells on the worksheet. | drive-id (string) driveItem-id (string) workbookWorksheet-id (string) workbookChart-id (string) data: { . startCell . endCell } (object) required |
| get_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_charts_by_workbook_chart_id_series | Represents either a single series or collection of series in the chart. Read-only. | drive-id (string) driveItem-id (string) workbookWorksheet-id (string) workbookChart-id (string) $top (integer) $orderby (array) $select (array) $expand (array) |
| post_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_charts_by_workbook_chart_id_series | Create new navigation property to series for drives | drive-id (string) driveItem-id (string) workbookWorksheet-id (string) workbookChart-id (string) data (undefined) required |
| get_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_charts_by_workbook_chart_id_series_by_workbook_chart_series_id | Represents either a single series or collection of series in the chart. Read-only. | drive-id (string) driveItem-id (string) workbookWorksheet-id (string) workbookChart-id (string) workbookChartSeries-id (string) $select (array) $expand (array) |
| patch_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_charts_by_workbook_chart_id_series_by_workbook_chart_series_id | Update the navigation property series in drives | drive-id (string) driveItem-id (string) workbookWorksheet-id (string) workbookChart-id (string) workbookChartSeries-id (string) data (undefined) required |
| delete_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_charts_by_workbook_chart_id_series_by_workbook_chart_series_id | Delete navigation property series for drives | drive-id (string) driveItem-id (string) workbookWorksheet-id (string) workbookChart-id (string) workbookChartSeries-id (string) If-Match (string) |
| get_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_charts_by_workbook_chart_id_series_by_workbook_chart_series_id_format | The formatting of a chart series, which includes fill and line formatting. Read-only. | drive-id (string) driveItem-id (string) workbookWorksheet-id (string) workbookChart-id (string) workbookChartSeries-id (string) $select (array) $expand (array) |
| patch_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_charts_by_workbook_chart_id_series_by_workbook_chart_series_id_format | Update the navigation property format in drives | drive-id (string) driveItem-id (string) workbookWorksheet-id (string) workbookChart-id (string) workbookChartSeries-id (string) data (undefined) required |
| delete_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_charts_by_workbook_chart_id_series_by_workbook_chart_series_id_format | Delete navigation property format for drives | drive-id (string) driveItem-id (string) workbookWorksheet-id (string) workbookChart-id (string) workbookChartSeries-id (string) If-Match (string) |
| get_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_charts_by_workbook_chart_id_series_by_workbook_chart_series_id_format_fill | Represents the fill format of a chart series, which includes background formatting information. Read-only. | drive-id (string) driveItem-id (string) workbookWorksheet-id (string) workbookChart-id (string) workbookChartSeries-id (string) $select (array) $expand (array) |
| patch_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_charts_by_workbook_chart_id_series_by_workbook_chart_series_id_format_fill | Update the navigation property fill in drives | drive-id (string) driveItem-id (string) workbookWorksheet-id (string) workbookChart-id (string) workbookChartSeries-id (string) data (undefined) required |
| delete_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_charts_by_workbook_chart_id_series_by_workbook_chart_series_id_format_fill | Delete navigation property fill for drives | drive-id (string) driveItem-id (string) workbookWorksheet-id (string) workbookChart-id (string) workbookChartSeries-id (string) If-Match (string) |
| post_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_charts_by_workbook_chart_id_series_by_workbook_chart_series_id_format_fill_clear | Clear the fill color of a chart element. | drive-id (string) driveItem-id (string) workbookWorksheet-id (string) workbookChart-id (string) workbookChartSeries-id (string) |
| post_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_charts_by_workbook_chart_id_series_by_workbook_chart_series_id_format_fill_set_solid_color | Sets the fill formatting of a chart element to a uniform color. | drive-id (string) driveItem-id (string) workbookWorksheet-id (string) workbookChart-id (string) workbookChartSeries-id (string) data: { . color (string) } (object) required |
| get_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_charts_by_workbook_chart_id_series_by_workbook_chart_series_id_format_line | Represents line formatting. Read-only. | drive-id (string) driveItem-id (string) workbookWorksheet-id (string) workbookChart-id (string) workbookChartSeries-id (string) $select (array) $expand (array) |
| patch_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_charts_by_workbook_chart_id_series_by_workbook_chart_series_id_format_line | Update the navigation property line in drives | drive-id (string) driveItem-id (string) workbookWorksheet-id (string) workbookChart-id (string) workbookChartSeries-id (string) data (undefined) required |
| delete_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_charts_by_workbook_chart_id_series_by_workbook_chart_series_id_format_line | Delete navigation property line for drives | drive-id (string) driveItem-id (string) workbookWorksheet-id (string) workbookChart-id (string) workbookChartSeries-id (string) If-Match (string) |
| post_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_charts_by_workbook_chart_id_series_by_workbook_chart_series_id_format_line_clear | Clear the line format of a chart element. | drive-id (string) driveItem-id (string) workbookWorksheet-id (string) workbookChart-id (string) workbookChartSeries-id (string) |
| get_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_charts_by_workbook_chart_id_series_by_workbook_chart_series_id_points | A collection of all points in the series. Read-only. | drive-id (string) driveItem-id (string) workbookWorksheet-id (string) workbookChart-id (string) workbookChartSeries-id (string) $top (integer) $orderby (array) $select (array) $expand (array) |
| post_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_charts_by_workbook_chart_id_series_by_workbook_chart_series_id_points | Create new navigation property to points for drives | drive-id (string) driveItem-id (string) workbookWorksheet-id (string) workbookChart-id (string) workbookChartSeries-id (string) data (undefined) required |
| get_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_charts_by_workbook_chart_id_series_by_workbook_chart_series_id_points_by_workbook_chart_point_id | A collection of all points in the series. Read-only. | drive-id (string) driveItem-id (string) workbookWorksheet-id (string) workbookChart-id (string) workbookChartSeries-id (string) workbookChartPoint-id (string) $select (array) $expand (array) |
| patch_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_charts_by_workbook_chart_id_series_by_workbook_chart_series_id_points_by_workbook_chart_point_id | Update the navigation property points in drives | drive-id (string) driveItem-id (string) workbookWorksheet-id (string) workbookChart-id (string) workbookChartSeries-id (string) workbookChartPoint-id (string) data (undefined) required |
| delete_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_charts_by_workbook_chart_id_series_by_workbook_chart_series_id_points_by_workbook_chart_point_id | Delete navigation property points for drives | drive-id (string) driveItem-id (string) workbookWorksheet-id (string) workbookChart-id (string) workbookChartSeries-id (string) workbookChartPoint-id (string) If-Match (string) |
| get_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_charts_by_workbook_chart_id_series_by_workbook_chart_series_id_points_by_workbook_chart_point_id_format | The format properties of the chart point. Read-only. | drive-id (string) driveItem-id (string) workbookWorksheet-id (string) workbookChart-id (string) workbookChartSeries-id (string) workbookChartPoint-id (string) $select (array) $expand (array) |
| patch_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_charts_by_workbook_chart_id_series_by_workbook_chart_series_id_points_by_workbook_chart_point_id_format | Update the navigation property format in drives | drive-id (string) driveItem-id (string) workbookWorksheet-id (string) workbookChart-id (string) workbookChartSeries-id (string) workbookChartPoint-id (string) data (undefined) required |
| delete_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_charts_by_workbook_chart_id_series_by_workbook_chart_series_id_points_by_workbook_chart_point_id_format | Delete navigation property format for drives | drive-id (string) driveItem-id (string) workbookWorksheet-id (string) workbookChart-id (string) workbookChartSeries-id (string) workbookChartPoint-id (string) If-Match (string) |
| get_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_charts_by_workbook_chart_id_series_by_workbook_chart_series_id_points_by_workbook_chart_point_id_format_fill | Represents the fill format of a chart, which includes background formatting information. Read-only. | drive-id (string) driveItem-id (string) workbookWorksheet-id (string) workbookChart-id (string) workbookChartSeries-id (string) workbookChartPoint-id (string) $select (array) $expand (array) |
| patch_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_charts_by_workbook_chart_id_series_by_workbook_chart_series_id_points_by_workbook_chart_point_id_format_fill | Update the navigation property fill in drives | drive-id (string) driveItem-id (string) workbookWorksheet-id (string) workbookChart-id (string) workbookChartSeries-id (string) workbookChartPoint-id (string) data (undefined) required |
| delete_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_charts_by_workbook_chart_id_series_by_workbook_chart_series_id_points_by_workbook_chart_point_id_format_fill | Delete navigation property fill for drives | drive-id (string) driveItem-id (string) workbookWorksheet-id (string) workbookChart-id (string) workbookChartSeries-id (string) workbookChartPoint-id (string) If-Match (string) |
| post_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_charts_by_workbook_chart_id_series_by_workbook_chart_series_id_points_by_workbook_chart_point_id_format_fill_clear | Clear the fill color of a chart element. | drive-id (string) driveItem-id (string) workbookWorksheet-id (string) workbookChart-id (string) workbookChartSeries-id (string) workbookChartPoint-id (string) |
| post_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_charts_by_workbook_chart_id_series_by_workbook_chart_series_id_points_by_workbook_chart_point_id_format_fill_set_solid_color | Sets the fill formatting of a chart element to a uniform color. | drive-id (string) driveItem-id (string) workbookWorksheet-id (string) workbookChart-id (string) workbookChartSeries-id (string) workbookChartPoint-id (string) data: { . color (string) } (object) required |
| get_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_charts_by_workbook_chart_id_series_by_workbook_chart_series_id_points_count_ | Invoke function count | drive-id (string) driveItem-id (string) workbookWorksheet-id (string) workbookChart-id (string) workbookChartSeries-id (string) |
| get_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_charts_by_workbook_chart_id_series_by_workbook_chart_series_id_points_item_at_index_by_index_ | Retrieve a point based on its position within the series. | drive-id (string) driveItem-id (string) workbookWorksheet-id (string) workbookChart-id (string) workbookChartSeries-id (string) index (number) |
| get_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_charts_by_workbook_chart_id_series_by_workbook_chart_series_id_points_item_at_index_by_index_format | The format properties of the chart point. Read-only. | drive-id (string) driveItem-id (string) workbookWorksheet-id (string) workbookChart-id (string) workbookChartSeries-id (string) index (number) $select (array) $expand (array) |
| patch_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_charts_by_workbook_chart_id_series_by_workbook_chart_series_id_points_item_at_index_by_index_format | Update the navigation property format in drives | drive-id (string) driveItem-id (string) workbookWorksheet-id (string) workbookChart-id (string) workbookChartSeries-id (string) index (number) data (undefined) required |
| delete_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_charts_by_workbook_chart_id_series_by_workbook_chart_series_id_points_item_at_index_by_index_format | Delete navigation property format for drives | drive-id (string) driveItem-id (string) workbookWorksheet-id (string) workbookChart-id (string) workbookChartSeries-id (string) index (number) If-Match (string) |
| get_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_charts_by_workbook_chart_id_series_count_ | Invoke function count | drive-id (string) driveItem-id (string) workbookWorksheet-id (string) workbookChart-id (string) |
| get_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_charts_by_workbook_chart_id_series_item_at_index_by_index_ | Retrieves a series based on its position in the collection | drive-id (string) driveItem-id (string) workbookWorksheet-id (string) workbookChart-id (string) index (number) |
| get_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_charts_by_workbook_chart_id_series_item_at_index_by_index_format | The formatting of a chart series, which includes fill and line formatting. Read-only. | drive-id (string) driveItem-id (string) workbookWorksheet-id (string) workbookChart-id (string) index (number) $select (array) $expand (array) |
| patch_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_charts_by_workbook_chart_id_series_item_at_index_by_index_format | Update the navigation property format in drives | drive-id (string) driveItem-id (string) workbookWorksheet-id (string) workbookChart-id (string) index (number) data (undefined) required |
| delete_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_charts_by_workbook_chart_id_series_item_at_index_by_index_format | Delete navigation property format for drives | drive-id (string) driveItem-id (string) workbookWorksheet-id (string) workbookChart-id (string) index (number) If-Match (string) |
| get_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_charts_by_workbook_chart_id_series_item_at_index_by_index_points | A collection of all points in the series. Read-only. | drive-id (string) driveItem-id (string) workbookWorksheet-id (string) workbookChart-id (string) index (number) $top (integer) $orderby (array) $select (array) $expand (array) |
| post_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_charts_by_workbook_chart_id_series_item_at_index_by_index_points | Create new navigation property to points for drives | drive-id (string) driveItem-id (string) workbookWorksheet-id (string) workbookChart-id (string) index (number) data (undefined) required |
| get_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_charts_by_workbook_chart_id_title | Represents the title of the specified chart, including the text, visibility, position and formatting of the title. Read-only. | drive-id (string) driveItem-id (string) workbookWorksheet-id (string) workbookChart-id (string) $select (array) $expand (array) |
| patch_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_charts_by_workbook_chart_id_title | Update the navigation property title in drives | drive-id (string) driveItem-id (string) workbookWorksheet-id (string) workbookChart-id (string) data (undefined) required |
| delete_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_charts_by_workbook_chart_id_title | Delete navigation property title for drives | drive-id (string) driveItem-id (string) workbookWorksheet-id (string) workbookChart-id (string) If-Match (string) |
| get_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_charts_by_workbook_chart_id_title_format | The formatting of a chart title, which includes fill and font formatting. Read-only. | drive-id (string) driveItem-id (string) workbookWorksheet-id (string) workbookChart-id (string) $select (array) $expand (array) |
| patch_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_charts_by_workbook_chart_id_title_format | Update the navigation property format in drives | drive-id (string) driveItem-id (string) workbookWorksheet-id (string) workbookChart-id (string) data (undefined) required |
| delete_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_charts_by_workbook_chart_id_title_format | Delete navigation property format for drives | drive-id (string) driveItem-id (string) workbookWorksheet-id (string) workbookChart-id (string) If-Match (string) |
| get_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_charts_by_workbook_chart_id_title_format_fill | Represents the fill format of an object, which includes background formatting information. Read-only. | drive-id (string) driveItem-id (string) workbookWorksheet-id (string) workbookChart-id (string) $select (array) $expand (array) |
| patch_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_charts_by_workbook_chart_id_title_format_fill | Update the navigation property fill in drives | drive-id (string) driveItem-id (string) workbookWorksheet-id (string) workbookChart-id (string) data (undefined) required |
| delete_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_charts_by_workbook_chart_id_title_format_fill | Delete navigation property fill for drives | drive-id (string) driveItem-id (string) workbookWorksheet-id (string) workbookChart-id (string) If-Match (string) |
| post_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_charts_by_workbook_chart_id_title_format_fill_clear | Clear the fill color of a chart element. | drive-id (string) driveItem-id (string) workbookWorksheet-id (string) workbookChart-id (string) |
| post_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_charts_by_workbook_chart_id_title_format_fill_set_solid_color | Sets the fill formatting of a chart element to a uniform color. | drive-id (string) driveItem-id (string) workbookWorksheet-id (string) workbookChart-id (string) data: { . color (string) } (object) required |
| get_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_charts_by_workbook_chart_id_title_format_font | Represents the font attributes font name, font size, color, etc. for the current object. Read-only. | drive-id (string) driveItem-id (string) workbookWorksheet-id (string) workbookChart-id (string) $select (array) $expand (array) |
| patch_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_charts_by_workbook_chart_id_title_format_font | Update the navigation property font in drives | drive-id (string) driveItem-id (string) workbookWorksheet-id (string) workbookChart-id (string) data (undefined) required |
| delete_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_charts_by_workbook_chart_id_title_format_font | Delete navigation property font for drives | drive-id (string) driveItem-id (string) workbookWorksheet-id (string) workbookChart-id (string) If-Match (string) |
| get_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_charts_by_workbook_chart_id_worksheet | The worksheet containing the current chart. Read-only. | drive-id (string) driveItem-id (string) workbookWorksheet-id (string) workbookChart-id (string) $select (array) $expand (array) |
| post_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_charts_add | Creates a new chart. | drive-id (string) driveItem-id (string) workbookWorksheet-id (string) data: { . type (string) . sourceData . seriesBy (string) } (object) required |
| get_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_charts_count_ | Invoke function count | drive-id (string) driveItem-id (string) workbookWorksheet-id (string) |
| get_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_charts_item_name_by_name_ | Invoke function item | drive-id (string) driveItem-id (string) workbookWorksheet-id (string) name (string) |
| get_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_charts_item_name_by_name_axes | Represents chart axes. Read-only. | drive-id (string) driveItem-id (string) workbookWorksheet-id (string) name (string) $select (array) $expand (array) |
| patch_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_charts_item_name_by_name_axes | Update the navigation property axes in drives | drive-id (string) driveItem-id (string) workbookWorksheet-id (string) name (string) data (undefined) required |
| delete_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_charts_item_name_by_name_axes | Delete navigation property axes for drives | drive-id (string) driveItem-id (string) workbookWorksheet-id (string) name (string) If-Match (string) |
| get_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_charts_item_name_by_name_data_labels | Represents the data labels on the chart. Read-only. | drive-id (string) driveItem-id (string) workbookWorksheet-id (string) name (string) $select (array) $expand (array) |
| patch_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_charts_item_name_by_name_data_labels | Update the navigation property dataLabels in drives | drive-id (string) driveItem-id (string) workbookWorksheet-id (string) name (string) data (undefined) required |
| delete_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_charts_item_name_by_name_data_labels | Delete navigation property dataLabels for drives | drive-id (string) driveItem-id (string) workbookWorksheet-id (string) name (string) If-Match (string) |
| get_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_charts_item_name_by_name_format | Encapsulates the format properties for the chart area. Read-only. | drive-id (string) driveItem-id (string) workbookWorksheet-id (string) name (string) $select (array) $expand (array) |
| patch_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_charts_item_name_by_name_format | Update the navigation property format in drives | drive-id (string) driveItem-id (string) workbookWorksheet-id (string) name (string) data (undefined) required |
| delete_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_charts_item_name_by_name_format | Delete navigation property format for drives | drive-id (string) driveItem-id (string) workbookWorksheet-id (string) name (string) If-Match (string) |
| get_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_charts_item_name_by_name_legend | Represents the legend for the chart. Read-only. | drive-id (string) driveItem-id (string) workbookWorksheet-id (string) name (string) $select (array) $expand (array) |
| patch_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_charts_item_name_by_name_legend | Update the navigation property legend in drives | drive-id (string) driveItem-id (string) workbookWorksheet-id (string) name (string) data (undefined) required |
| delete_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_charts_item_name_by_name_legend | Delete navigation property legend for drives | drive-id (string) driveItem-id (string) workbookWorksheet-id (string) name (string) If-Match (string) |
| get_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_charts_item_name_by_name_image_ | Invoke function image | drive-id (string) driveItem-id (string) workbookWorksheet-id (string) name (string) |
| get_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_charts_item_name_by_name_image_width_by_width_height_by_height_fitting_mode_by_fitting_mode_ | Invoke function image | drive-id (string) driveItem-id (string) workbookWorksheet-id (string) name (string) width (number) height (number) fittingMode (string) |
| get_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_charts_item_name_by_name_image_width_by_width_height_by_height_ | Invoke function image | drive-id (string) driveItem-id (string) workbookWorksheet-id (string) name (string) width (number) height (number) |
| get_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_charts_item_name_by_name_image_width_by_width_ | Invoke function image | drive-id (string) driveItem-id (string) workbookWorksheet-id (string) name (string) width (number) |
| post_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_charts_item_name_by_name_set_data | Resets the source data for the chart. | drive-id (string) driveItem-id (string) workbookWorksheet-id (string) name (string) data: { . sourceData . seriesBy (string) } (object) required |
| post_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_charts_item_name_by_name_set_position | Positions the chart relative to cells on the worksheet. | drive-id (string) driveItem-id (string) workbookWorksheet-id (string) name (string) data: { . startCell . endCell } (object) required |
| get_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_charts_item_name_by_name_series | Represents either a single series or collection of series in the chart. Read-only. | drive-id (string) driveItem-id (string) workbookWorksheet-id (string) name (string) $top (integer) $orderby (array) $select (array) $expand (array) |
| post_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_charts_item_name_by_name_series | Create new navigation property to series for drives | drive-id (string) driveItem-id (string) workbookWorksheet-id (string) name (string) data (undefined) required |
| get_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_charts_item_name_by_name_title | Represents the title of the specified chart, including the text, visibility, position and formatting of the title. Read-only. | drive-id (string) driveItem-id (string) workbookWorksheet-id (string) name (string) $select (array) $expand (array) |
| patch_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_charts_item_name_by_name_title | Update the navigation property title in drives | drive-id (string) driveItem-id (string) workbookWorksheet-id (string) name (string) data (undefined) required |
| delete_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_charts_item_name_by_name_title | Delete navigation property title for drives | drive-id (string) driveItem-id (string) workbookWorksheet-id (string) name (string) If-Match (string) |
| get_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_charts_item_name_by_name_worksheet | The worksheet containing the current chart. Read-only. | drive-id (string) driveItem-id (string) workbookWorksheet-id (string) name (string) $select (array) $expand (array) |
| get_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_charts_item_at_index_by_index_ | Gets a chart based on its position in the collection. | drive-id (string) driveItem-id (string) workbookWorksheet-id (string) index (number) |
| get_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_charts_item_at_index_by_index_axes | Represents chart axes. Read-only. | drive-id (string) driveItem-id (string) workbookWorksheet-id (string) index (number) $select (array) $expand (array) |
| patch_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_charts_item_at_index_by_index_axes | Update the navigation property axes in drives | drive-id (string) driveItem-id (string) workbookWorksheet-id (string) index (number) data (undefined) required |
| delete_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_charts_item_at_index_by_index_axes | Delete navigation property axes for drives | drive-id (string) driveItem-id (string) workbookWorksheet-id (string) index (number) If-Match (string) |
| get_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_charts_item_at_index_by_index_data_labels | Represents the data labels on the chart. Read-only. | drive-id (string) driveItem-id (string) workbookWorksheet-id (string) index (number) $select (array) $expand (array) |
| patch_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_charts_item_at_index_by_index_data_labels | Update the navigation property dataLabels in drives | drive-id (string) driveItem-id (string) workbookWorksheet-id (string) index (number) data (undefined) required |
| delete_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_charts_item_at_index_by_index_data_labels | Delete navigation property dataLabels for drives | drive-id (string) driveItem-id (string) workbookWorksheet-id (string) index (number) If-Match (string) |
| get_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_charts_item_at_index_by_index_format | Encapsulates the format properties for the chart area. Read-only. | drive-id (string) driveItem-id (string) workbookWorksheet-id (string) index (number) $select (array) $expand (array) |
| patch_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_charts_item_at_index_by_index_format | Update the navigation property format in drives | drive-id (string) driveItem-id (string) workbookWorksheet-id (string) index (number) data (undefined) required |
| delete_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_charts_item_at_index_by_index_format | Delete navigation property format for drives | drive-id (string) driveItem-id (string) workbookWorksheet-id (string) index (number) If-Match (string) |
| get_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_charts_item_at_index_by_index_legend | Represents the legend for the chart. Read-only. | drive-id (string) driveItem-id (string) workbookWorksheet-id (string) index (number) $select (array) $expand (array) |
| patch_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_charts_item_at_index_by_index_legend | Update the navigation property legend in drives | drive-id (string) driveItem-id (string) workbookWorksheet-id (string) index (number) data (undefined) required |
| delete_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_charts_item_at_index_by_index_legend | Delete navigation property legend for drives | drive-id (string) driveItem-id (string) workbookWorksheet-id (string) index (number) If-Match (string) |
| get_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_charts_item_at_index_by_index_image_ | Invoke function image | drive-id (string) driveItem-id (string) workbookWorksheet-id (string) index (number) |
| get_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_charts_item_at_index_by_index_image_width_by_width_height_by_height_fitting_mode_by_fitting_mode_ | Invoke function image | drive-id (string) driveItem-id (string) workbookWorksheet-id (string) index (number) width (number) height (number) fittingMode (string) |
| get_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_charts_item_at_index_by_index_image_width_by_width_height_by_height_ | Invoke function image | drive-id (string) driveItem-id (string) workbookWorksheet-id (string) index (number) width (number) height (number) |
| get_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_charts_item_at_index_by_index_image_width_by_width_ | Invoke function image | drive-id (string) driveItem-id (string) workbookWorksheet-id (string) index (number) width (number) |
| post_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_charts_item_at_index_by_index_set_data | Resets the source data for the chart. | drive-id (string) driveItem-id (string) workbookWorksheet-id (string) index (number) data: { . sourceData . seriesBy (string) } (object) required |
| post_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_charts_item_at_index_by_index_set_position | Positions the chart relative to cells on the worksheet. | drive-id (string) driveItem-id (string) workbookWorksheet-id (string) index (number) data: { . startCell . endCell } (object) required |
| get_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_charts_item_at_index_by_index_series | Represents either a single series or collection of series in the chart. Read-only. | drive-id (string) driveItem-id (string) workbookWorksheet-id (string) index (number) $top (integer) $orderby (array) $select (array) $expand (array) |
| post_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_charts_item_at_index_by_index_series | Create new navigation property to series for drives | drive-id (string) driveItem-id (string) workbookWorksheet-id (string) index (number) data (undefined) required |
| get_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_charts_item_at_index_by_index_title | Represents the title of the specified chart, including the text, visibility, position and formatting of the title. Read-only. | drive-id (string) driveItem-id (string) workbookWorksheet-id (string) index (number) $select (array) $expand (array) |
| patch_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_charts_item_at_index_by_index_title | Update the navigation property title in drives | drive-id (string) driveItem-id (string) workbookWorksheet-id (string) index (number) data (undefined) required |
| delete_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_charts_item_at_index_by_index_title | Delete navigation property title for drives | drive-id (string) driveItem-id (string) workbookWorksheet-id (string) index (number) If-Match (string) |
| get_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_charts_item_at_index_by_index_worksheet | The worksheet containing the current chart. Read-only. | drive-id (string) driveItem-id (string) workbookWorksheet-id (string) index (number) $select (array) $expand (array) |
| get_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_cell_row_by_row_column_by_column_ | Gets the range object containing the single cell based on row and column numbers. The cell can be outside the bounds of its parent range, so long as it's stays within the worksheet grid. | drive-id (string) driveItem-id (string) workbookWorksheet-id (string) row (number) column (number) |
| get_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_cell_row_by_row_column_by_column_format | Returns a format object, encapsulating the range's font, fill, borders, alignment, and other properties. Read-only. | drive-id (string) driveItem-id (string) workbookWorksheet-id (string) row (number) column (number) $select (array) $expand (array) |
| patch_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_cell_row_by_row_column_by_column_format | Update the navigation property format in drives | drive-id (string) driveItem-id (string) workbookWorksheet-id (string) row (number) column (number) data (undefined) required |
| delete_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_cell_row_by_row_column_by_column_format | Delete navigation property format for drives | drive-id (string) driveItem-id (string) workbookWorksheet-id (string) row (number) column (number) If-Match (string) |
| get_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_cell_row_by_row_column_by_column_bounding_rect_another_range_by_another_range_ | Invoke function boundingRect | drive-id (string) driveItem-id (string) workbookWorksheet-id (string) row (number) column (number) anotherRange (string) |
| post_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_cell_row_by_row_column_by_column_clear | Invoke action clear | drive-id (string) driveItem-id (string) workbookWorksheet-id (string) row (number) column (number) data: { . applyTo (string) } (object) required |
| get_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_cell_row_by_row_column_by_column_column_column_by_column1_ | Invoke function column | drive-id (string) driveItem-id (string) workbookWorksheet-id (string) row (number) column (number) column1 (number) |
| get_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_cell_row_by_row_column_by_column_columns_after_ | Invoke function columnsAfter | drive-id (string) driveItem-id (string) workbookWorksheet-id (string) row (number) column (number) |
| get_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_cell_row_by_row_column_by_column_columns_after_count_by_count_ | Invoke function columnsAfter | drive-id (string) driveItem-id (string) workbookWorksheet-id (string) row (number) column (number) count (number) |
| get_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_cell_row_by_row_column_by_column_columns_before_ | Invoke function columnsBefore | drive-id (string) driveItem-id (string) workbookWorksheet-id (string) row (number) column (number) |
| get_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_cell_row_by_row_column_by_column_columns_before_count_by_count_ | Invoke function columnsBefore | drive-id (string) driveItem-id (string) workbookWorksheet-id (string) row (number) column (number) count (number) |
| post_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_cell_row_by_row_column_by_column_delete | Invoke action delete | drive-id (string) driveItem-id (string) workbookWorksheet-id (string) row (number) column (number) data: { . shift (string) } (object) required |
| get_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_cell_row_by_row_column_by_column_entire_column_ | Invoke function entireColumn | drive-id (string) driveItem-id (string) workbookWorksheet-id (string) row (number) column (number) |
| get_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_cell_row_by_row_column_by_column_entire_row_ | Invoke function entireRow | drive-id (string) driveItem-id (string) workbookWorksheet-id (string) row (number) column (number) |
| post_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_cell_row_by_row_column_by_column_insert | Invoke action insert | drive-id (string) driveItem-id (string) workbookWorksheet-id (string) row (number) column (number) data: { . shift (string) } (object) required |
| get_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_cell_row_by_row_column_by_column_intersection_another_range_by_another_range_ | Invoke function intersection | drive-id (string) driveItem-id (string) workbookWorksheet-id (string) row (number) column (number) anotherRange (string) |
| get_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_cell_row_by_row_column_by_column_last_cell_ | Invoke function lastCell | drive-id (string) driveItem-id (string) workbookWorksheet-id (string) row (number) column (number) |
| get_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_cell_row_by_row_column_by_column_last_column_ | Invoke function lastColumn | drive-id (string) driveItem-id (string) workbookWorksheet-id (string) row (number) column (number) |
| get_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_cell_row_by_row_column_by_column_last_row_ | Invoke function lastRow | drive-id (string) driveItem-id (string) workbookWorksheet-id (string) row (number) column (number) |
| post_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_cell_row_by_row_column_by_column_merge | Invoke action merge | drive-id (string) driveItem-id (string) workbookWorksheet-id (string) row (number) column (number) data: { . across (boolean) } (object) required |
| get_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_cell_row_by_row_column_by_column_offset_range_row_offset_by_row_offset_column_offset_by_column_offset_ | Invoke function offsetRange | drive-id (string) driveItem-id (string) workbookWorksheet-id (string) row (number) column (number) rowOffset (number) columnOffset (number) |
| get_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_cell_row_by_row_column_by_column_resized_range_delta_rows_by_delta_rows_delta_columns_by_delta_columns_ | Invoke function resizedRange | drive-id (string) driveItem-id (string) workbookWorksheet-id (string) row (number) column (number) deltaRows (number) deltaColumns (number) |
| get_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_cell_row_by_row_column_by_column_row_row_by_row1_ | Invoke function row | drive-id (string) driveItem-id (string) workbookWorksheet-id (string) row (number) column (number) row1 (number) |
| get_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_cell_row_by_row_column_by_column_rows_above_ | Invoke function rowsAbove | drive-id (string) driveItem-id (string) workbookWorksheet-id (string) row (number) column (number) |
| get_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_cell_row_by_row_column_by_column_rows_above_count_by_count_ | Invoke function rowsAbove | drive-id (string) driveItem-id (string) workbookWorksheet-id (string) row (number) column (number) count (number) |
| get_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_cell_row_by_row_column_by_column_rows_below_ | Invoke function rowsBelow | drive-id (string) driveItem-id (string) workbookWorksheet-id (string) row (number) column (number) |
| get_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_cell_row_by_row_column_by_column_rows_below_count_by_count_ | Invoke function rowsBelow | drive-id (string) driveItem-id (string) workbookWorksheet-id (string) row (number) column (number) count (number) |
| post_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_cell_row_by_row_column_by_column_unmerge | Invoke action unmerge | drive-id (string) driveItem-id (string) workbookWorksheet-id (string) row (number) column (number) |
| get_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_cell_row_by_row_column_by_column_used_range_ | Invoke function usedRange | drive-id (string) driveItem-id (string) workbookWorksheet-id (string) row (number) column (number) |
| get_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_cell_row_by_row_column_by_column_used_range_values_only_by_values_only_ | Invoke function usedRange | drive-id (string) driveItem-id (string) workbookWorksheet-id (string) row (number) column (number) valuesOnly (boolean) |
| get_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_cell_row_by_row_column_by_column_visible_view_ | Invoke function visibleView | drive-id (string) driveItem-id (string) workbookWorksheet-id (string) row (number) column (number) |
| get_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_cell_row_by_row_column_by_column_sort | The worksheet containing the current range. Read-only. | drive-id (string) driveItem-id (string) workbookWorksheet-id (string) row (number) column (number) $select (array) $expand (array) |
| patch_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_cell_row_by_row_column_by_column_sort | Update the navigation property sort in drives | drive-id (string) driveItem-id (string) workbookWorksheet-id (string) row (number) column (number) data (undefined) required |
| delete_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_cell_row_by_row_column_by_column_sort | Delete navigation property sort for drives | drive-id (string) driveItem-id (string) workbookWorksheet-id (string) row (number) column (number) If-Match (string) |
| get_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_cell_row_by_row_column_by_column_worksheet | The worksheet containing the current range. Read-only. | drive-id (string) driveItem-id (string) workbookWorksheet-id (string) row (number) column (number) $select (array) $expand (array) |
| get_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_range_ | Invoke function range | drive-id (string) driveItem-id (string) workbookWorksheet-id (string) |
| get_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_range_format | Returns a format object, encapsulating the range's font, fill, borders, alignment, and other properties. Read-only. | drive-id (string) driveItem-id (string) workbookWorksheet-id (string) $select (array) $expand (array) |
| patch_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_range_format | Update the navigation property format in drives | drive-id (string) driveItem-id (string) workbookWorksheet-id (string) data (undefined) required |
| delete_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_range_format | Delete navigation property format for drives | drive-id (string) driveItem-id (string) workbookWorksheet-id (string) If-Match (string) |
| get_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_range_bounding_rect_another_range_by_another_range_ | Invoke function boundingRect | drive-id (string) driveItem-id (string) workbookWorksheet-id (string) anotherRange (string) |
| get_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_range_cell_row_by_row_column_by_column_ | Invoke function cell | drive-id (string) driveItem-id (string) workbookWorksheet-id (string) row (number) column (number) |
| post_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_range_clear | Invoke action clear | drive-id (string) driveItem-id (string) workbookWorksheet-id (string) data: { . applyTo (string) } (object) required |
| get_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_range_column_column_by_column_ | Invoke function column | drive-id (string) driveItem-id (string) workbookWorksheet-id (string) column (number) |
| get_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_range_columns_after_ | Invoke function columnsAfter | drive-id (string) driveItem-id (string) workbookWorksheet-id (string) |
| get_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_range_columns_after_count_by_count_ | Invoke function columnsAfter | drive-id (string) driveItem-id (string) workbookWorksheet-id (string) count (number) |
| get_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_range_columns_before_ | Invoke function columnsBefore | drive-id (string) driveItem-id (string) workbookWorksheet-id (string) |
| get_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_range_columns_before_count_by_count_ | Invoke function columnsBefore | drive-id (string) driveItem-id (string) workbookWorksheet-id (string) count (number) |
| post_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_range_delete | Invoke action delete | drive-id (string) driveItem-id (string) workbookWorksheet-id (string) data: { . shift (string) } (object) required |
| get_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_range_entire_column_ | Invoke function entireColumn | drive-id (string) driveItem-id (string) workbookWorksheet-id (string) |
| get_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_range_entire_row_ | Invoke function entireRow | drive-id (string) driveItem-id (string) workbookWorksheet-id (string) |
| post_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_range_insert | Invoke action insert | drive-id (string) driveItem-id (string) workbookWorksheet-id (string) data: { . shift (string) } (object) required |
| get_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_range_intersection_another_range_by_another_range_ | Invoke function intersection | drive-id (string) driveItem-id (string) workbookWorksheet-id (string) anotherRange (string) |
| get_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_range_last_cell_ | Invoke function lastCell | drive-id (string) driveItem-id (string) workbookWorksheet-id (string) |
| get_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_range_last_column_ | Invoke function lastColumn | drive-id (string) driveItem-id (string) workbookWorksheet-id (string) |
| get_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_range_last_row_ | Invoke function lastRow | drive-id (string) driveItem-id (string) workbookWorksheet-id (string) |
| post_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_range_merge | Invoke action merge | drive-id (string) driveItem-id (string) workbookWorksheet-id (string) data: { . across (boolean) } (object) required |
| get_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_range_offset_range_row_offset_by_row_offset_column_offset_by_column_offset_ | Invoke function offsetRange | drive-id (string) driveItem-id (string) workbookWorksheet-id (string) rowOffset (number) columnOffset (number) |
| get_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_range_resized_range_delta_rows_by_delta_rows_delta_columns_by_delta_columns_ | Invoke function resizedRange | drive-id (string) driveItem-id (string) workbookWorksheet-id (string) deltaRows (number) deltaColumns (number) |
| get_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_range_row_row_by_row_ | Invoke function row | drive-id (string) driveItem-id (string) workbookWorksheet-id (string) row (number) |
| get_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_range_rows_above_ | Invoke function rowsAbove | drive-id (string) driveItem-id (string) workbookWorksheet-id (string) |
| get_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_range_rows_above_count_by_count_ | Invoke function rowsAbove | drive-id (string) driveItem-id (string) workbookWorksheet-id (string) count (number) |
| get_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_range_rows_below_ | Invoke function rowsBelow | drive-id (string) driveItem-id (string) workbookWorksheet-id (string) |
| get_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_range_rows_below_count_by_count_ | Invoke function rowsBelow | drive-id (string) driveItem-id (string) workbookWorksheet-id (string) count (number) |
| post_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_range_unmerge | Invoke action unmerge | drive-id (string) driveItem-id (string) workbookWorksheet-id (string) |
| get_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_range_used_range_ | Invoke function usedRange | drive-id (string) driveItem-id (string) workbookWorksheet-id (string) |
| get_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_range_used_range_values_only_by_values_only_ | Invoke function usedRange | drive-id (string) driveItem-id (string) workbookWorksheet-id (string) valuesOnly (boolean) |
| get_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_range_visible_view_ | Invoke function visibleView | drive-id (string) driveItem-id (string) workbookWorksheet-id (string) |
| get_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_range_sort | The worksheet containing the current range. Read-only. | drive-id (string) driveItem-id (string) workbookWorksheet-id (string) $select (array) $expand (array) |
| patch_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_range_sort | Update the navigation property sort in drives | drive-id (string) driveItem-id (string) workbookWorksheet-id (string) data (undefined) required |
| delete_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_range_sort | Delete navigation property sort for drives | drive-id (string) driveItem-id (string) workbookWorksheet-id (string) If-Match (string) |
| get_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_range_worksheet | The worksheet containing the current range. Read-only. | drive-id (string) driveItem-id (string) workbookWorksheet-id (string) $select (array) $expand (array) |
| get_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_range_address_by_address_ | Invoke function range | drive-id (string) driveItem-id (string) workbookWorksheet-id (string) address (string) |
| get_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_range_address_by_address_format | Returns a format object, encapsulating the range's font, fill, borders, alignment, and other properties. Read-only. | drive-id (string) driveItem-id (string) workbookWorksheet-id (string) address (string) $select (array) $expand (array) |
| patch_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_range_address_by_address_format | Update the navigation property format in drives | drive-id (string) driveItem-id (string) workbookWorksheet-id (string) address (string) data (undefined) required |
| delete_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_range_address_by_address_format | Delete navigation property format for drives | drive-id (string) driveItem-id (string) workbookWorksheet-id (string) address (string) If-Match (string) |
| get_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_range_address_by_address_bounding_rect_another_range_by_another_range_ | Invoke function boundingRect | drive-id (string) driveItem-id (string) workbookWorksheet-id (string) address (string) anotherRange (string) |
| get_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_range_address_by_address_cell_row_by_row_column_by_column_ | Invoke function cell | drive-id (string) driveItem-id (string) workbookWorksheet-id (string) address (string) row (number) column (number) |
| post_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_range_address_by_address_clear | Invoke action clear | drive-id (string) driveItem-id (string) workbookWorksheet-id (string) address (string) data: { . applyTo (string) } (object) required |
| get_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_range_address_by_address_column_column_by_column_ | Invoke function column | drive-id (string) driveItem-id (string) workbookWorksheet-id (string) address (string) column (number) |
| get_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_range_address_by_address_columns_after_ | Invoke function columnsAfter | drive-id (string) driveItem-id (string) workbookWorksheet-id (string) address (string) |
| get_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_range_address_by_address_columns_after_count_by_count_ | Invoke function columnsAfter | drive-id (string) driveItem-id (string) workbookWorksheet-id (string) address (string) count (number) |
| get_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_range_address_by_address_columns_before_ | Invoke function columnsBefore | drive-id (string) driveItem-id (string) workbookWorksheet-id (string) address (string) |
| get_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_range_address_by_address_columns_before_count_by_count_ | Invoke function columnsBefore | drive-id (string) driveItem-id (string) workbookWorksheet-id (string) address (string) count (number) |
| post_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_range_address_by_address_delete | Invoke action delete | drive-id (string) driveItem-id (string) workbookWorksheet-id (string) address (string) data: { . shift (string) } (object) required |
| get_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_range_address_by_address_entire_column_ | Invoke function entireColumn | drive-id (string) driveItem-id (string) workbookWorksheet-id (string) address (string) |
| get_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_range_address_by_address_entire_row_ | Invoke function entireRow | drive-id (string) driveItem-id (string) workbookWorksheet-id (string) address (string) |
| post_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_range_address_by_address_insert | Invoke action insert | drive-id (string) driveItem-id (string) workbookWorksheet-id (string) address (string) data: { . shift (string) } (object) required |
| get_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_range_address_by_address_intersection_another_range_by_another_range_ | Invoke function intersection | drive-id (string) driveItem-id (string) workbookWorksheet-id (string) address (string) anotherRange (string) |
| get_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_range_address_by_address_last_cell_ | Invoke function lastCell | drive-id (string) driveItem-id (string) workbookWorksheet-id (string) address (string) |
| get_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_range_address_by_address_last_column_ | Invoke function lastColumn | drive-id (string) driveItem-id (string) workbookWorksheet-id (string) address (string) |
| get_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_range_address_by_address_last_row_ | Invoke function lastRow | drive-id (string) driveItem-id (string) workbookWorksheet-id (string) address (string) |
| post_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_range_address_by_address_merge | Invoke action merge | drive-id (string) driveItem-id (string) workbookWorksheet-id (string) address (string) data: { . across (boolean) } (object) required |
| get_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_range_address_by_address_offset_range_row_offset_by_row_offset_column_offset_by_column_offset_ | Invoke function offsetRange | drive-id (string) driveItem-id (string) workbookWorksheet-id (string) address (string) rowOffset (number) columnOffset (number) |
| get_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_range_address_by_address_resized_range_delta_rows_by_delta_rows_delta_columns_by_delta_columns_ | Invoke function resizedRange | drive-id (string) driveItem-id (string) workbookWorksheet-id (string) address (string) deltaRows (number) deltaColumns (number) |
| get_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_range_address_by_address_row_row_by_row_ | Invoke function row | drive-id (string) driveItem-id (string) workbookWorksheet-id (string) address (string) row (number) |
| get_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_range_address_by_address_rows_above_ | Invoke function rowsAbove | drive-id (string) driveItem-id (string) workbookWorksheet-id (string) address (string) |
| get_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_range_address_by_address_rows_above_count_by_count_ | Invoke function rowsAbove | drive-id (string) driveItem-id (string) workbookWorksheet-id (string) address (string) count (number) |
| get_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_range_address_by_address_rows_below_ | Invoke function rowsBelow | drive-id (string) driveItem-id (string) workbookWorksheet-id (string) address (string) |
| get_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_range_address_by_address_rows_below_count_by_count_ | Invoke function rowsBelow | drive-id (string) driveItem-id (string) workbookWorksheet-id (string) address (string) count (number) |
| post_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_range_address_by_address_unmerge | Invoke action unmerge | drive-id (string) driveItem-id (string) workbookWorksheet-id (string) address (string) |
| get_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_range_address_by_address_used_range_ | Invoke function usedRange | drive-id (string) driveItem-id (string) workbookWorksheet-id (string) address (string) |
| get_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_range_address_by_address_used_range_values_only_by_values_only_ | Invoke function usedRange | drive-id (string) driveItem-id (string) workbookWorksheet-id (string) address (string) valuesOnly (boolean) |
| get_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_range_address_by_address_visible_view_ | Invoke function visibleView | drive-id (string) driveItem-id (string) workbookWorksheet-id (string) address (string) |
| get_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_range_address_by_address_sort | The worksheet containing the current range. Read-only. | drive-id (string) driveItem-id (string) workbookWorksheet-id (string) address (string) $select (array) $expand (array) |
| patch_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_range_address_by_address_sort | Update the navigation property sort in drives | drive-id (string) driveItem-id (string) workbookWorksheet-id (string) address (string) data (undefined) required |
| delete_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_range_address_by_address_sort | Delete navigation property sort for drives | drive-id (string) driveItem-id (string) workbookWorksheet-id (string) address (string) If-Match (string) |
| get_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_range_address_by_address_worksheet | The worksheet containing the current range. Read-only. | drive-id (string) driveItem-id (string) workbookWorksheet-id (string) address (string) $select (array) $expand (array) |
| get_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_used_range_ | Invoke function usedRange | drive-id (string) driveItem-id (string) workbookWorksheet-id (string) |
| get_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_used_range_format | Returns a format object, encapsulating the range's font, fill, borders, alignment, and other properties. Read-only. | drive-id (string) driveItem-id (string) workbookWorksheet-id (string) $select (array) $expand (array) |
| patch_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_used_range_format | Update the navigation property format in drives | drive-id (string) driveItem-id (string) workbookWorksheet-id (string) data (undefined) required |
| delete_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_used_range_format | Delete navigation property format for drives | drive-id (string) driveItem-id (string) workbookWorksheet-id (string) If-Match (string) |
| get_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_used_range_bounding_rect_another_range_by_another_range_ | Invoke function boundingRect | drive-id (string) driveItem-id (string) workbookWorksheet-id (string) anotherRange (string) |
| get_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_used_range_cell_row_by_row_column_by_column_ | Invoke function cell | drive-id (string) driveItem-id (string) workbookWorksheet-id (string) row (number) column (number) |
| post_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_used_range_clear | Invoke action clear | drive-id (string) driveItem-id (string) workbookWorksheet-id (string) data: { . applyTo (string) } (object) required |
| get_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_used_range_column_column_by_column_ | Invoke function column | drive-id (string) driveItem-id (string) workbookWorksheet-id (string) column (number) |
| get_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_used_range_columns_after_ | Invoke function columnsAfter | drive-id (string) driveItem-id (string) workbookWorksheet-id (string) |
| get_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_used_range_columns_after_count_by_count_ | Invoke function columnsAfter | drive-id (string) driveItem-id (string) workbookWorksheet-id (string) count (number) |
| get_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_used_range_columns_before_ | Invoke function columnsBefore | drive-id (string) driveItem-id (string) workbookWorksheet-id (string) |
| get_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_used_range_columns_before_count_by_count_ | Invoke function columnsBefore | drive-id (string) driveItem-id (string) workbookWorksheet-id (string) count (number) |
| post_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_used_range_delete | Invoke action delete | drive-id (string) driveItem-id (string) workbookWorksheet-id (string) data: { . shift (string) } (object) required |
| get_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_used_range_entire_column_ | Invoke function entireColumn | drive-id (string) driveItem-id (string) workbookWorksheet-id (string) |
| get_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_used_range_entire_row_ | Invoke function entireRow | drive-id (string) driveItem-id (string) workbookWorksheet-id (string) |
| post_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_used_range_insert | Invoke action insert | drive-id (string) driveItem-id (string) workbookWorksheet-id (string) data: { . shift (string) } (object) required |
| get_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_used_range_intersection_another_range_by_another_range_ | Invoke function intersection | drive-id (string) driveItem-id (string) workbookWorksheet-id (string) anotherRange (string) |
| get_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_used_range_last_cell_ | Invoke function lastCell | drive-id (string) driveItem-id (string) workbookWorksheet-id (string) |
| get_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_used_range_last_column_ | Invoke function lastColumn | drive-id (string) driveItem-id (string) workbookWorksheet-id (string) |
| get_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_used_range_last_row_ | Invoke function lastRow | drive-id (string) driveItem-id (string) workbookWorksheet-id (string) |
| post_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_used_range_merge | Invoke action merge | drive-id (string) driveItem-id (string) workbookWorksheet-id (string) data: { . across (boolean) } (object) required |
| get_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_used_range_offset_range_row_offset_by_row_offset_column_offset_by_column_offset_ | Invoke function offsetRange | drive-id (string) driveItem-id (string) workbookWorksheet-id (string) rowOffset (number) columnOffset (number) |
| get_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_used_range_resized_range_delta_rows_by_delta_rows_delta_columns_by_delta_columns_ | Invoke function resizedRange | drive-id (string) driveItem-id (string) workbookWorksheet-id (string) deltaRows (number) deltaColumns (number) |
| get_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_used_range_row_row_by_row_ | Invoke function row | drive-id (string) driveItem-id (string) workbookWorksheet-id (string) row (number) |
| get_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_used_range_rows_above_ | Invoke function rowsAbove | drive-id (string) driveItem-id (string) workbookWorksheet-id (string) |
| get_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_used_range_rows_above_count_by_count_ | Invoke function rowsAbove | drive-id (string) driveItem-id (string) workbookWorksheet-id (string) count (number) |
| get_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_used_range_rows_below_ | Invoke function rowsBelow | drive-id (string) driveItem-id (string) workbookWorksheet-id (string) |
| get_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_used_range_rows_below_count_by_count_ | Invoke function rowsBelow | drive-id (string) driveItem-id (string) workbookWorksheet-id (string) count (number) |
| post_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_used_range_unmerge | Invoke action unmerge | drive-id (string) driveItem-id (string) workbookWorksheet-id (string) |
| get_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_used_range_visible_view_ | Invoke function visibleView | drive-id (string) driveItem-id (string) workbookWorksheet-id (string) |
| get_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_used_range_sort | The worksheet containing the current range. Read-only. | drive-id (string) driveItem-id (string) workbookWorksheet-id (string) $select (array) $expand (array) |
| patch_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_used_range_sort | Update the navigation property sort in drives | drive-id (string) driveItem-id (string) workbookWorksheet-id (string) data (undefined) required |
| delete_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_used_range_sort | Delete navigation property sort for drives | drive-id (string) driveItem-id (string) workbookWorksheet-id (string) If-Match (string) |
| get_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_used_range_worksheet | The worksheet containing the current range. Read-only. | drive-id (string) driveItem-id (string) workbookWorksheet-id (string) $select (array) $expand (array) |
| get_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_used_range_values_only_by_values_only_ | Invoke function usedRange | drive-id (string) driveItem-id (string) workbookWorksheet-id (string) valuesOnly (boolean) |
| get_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_used_range_values_only_by_values_only_format | Returns a format object, encapsulating the range's font, fill, borders, alignment, and other properties. Read-only. | drive-id (string) driveItem-id (string) workbookWorksheet-id (string) valuesOnly (boolean) $select (array) $expand (array) |
| patch_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_used_range_values_only_by_values_only_format | Update the navigation property format in drives | drive-id (string) driveItem-id (string) workbookWorksheet-id (string) valuesOnly (boolean) data (undefined) required |
| delete_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_used_range_values_only_by_values_only_format | Delete navigation property format for drives | drive-id (string) driveItem-id (string) workbookWorksheet-id (string) valuesOnly (boolean) If-Match (string) |
| get_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_used_range_values_only_by_values_only_bounding_rect_another_range_by_another_range_ | Invoke function boundingRect | drive-id (string) driveItem-id (string) workbookWorksheet-id (string) valuesOnly (boolean) anotherRange (string) |
| get_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_used_range_values_only_by_values_only_cell_row_by_row_column_by_column_ | Invoke function cell | drive-id (string) driveItem-id (string) workbookWorksheet-id (string) valuesOnly (boolean) row (number) column (number) |
| post_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_used_range_values_only_by_values_only_clear | Invoke action clear | drive-id (string) driveItem-id (string) workbookWorksheet-id (string) valuesOnly (boolean) data: { . applyTo (string) } (object) required |
| get_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_used_range_values_only_by_values_only_column_column_by_column_ | Invoke function column | drive-id (string) driveItem-id (string) workbookWorksheet-id (string) valuesOnly (boolean) column (number) |
| get_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_used_range_values_only_by_values_only_columns_after_ | Invoke function columnsAfter | drive-id (string) driveItem-id (string) workbookWorksheet-id (string) valuesOnly (boolean) |
| get_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_used_range_values_only_by_values_only_columns_after_count_by_count_ | Invoke function columnsAfter | drive-id (string) driveItem-id (string) workbookWorksheet-id (string) valuesOnly (boolean) count (number) |
| get_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_used_range_values_only_by_values_only_columns_before_ | Invoke function columnsBefore | drive-id (string) driveItem-id (string) workbookWorksheet-id (string) valuesOnly (boolean) |
| get_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_used_range_values_only_by_values_only_columns_before_count_by_count_ | Invoke function columnsBefore | drive-id (string) driveItem-id (string) workbookWorksheet-id (string) valuesOnly (boolean) count (number) |
| post_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_used_range_values_only_by_values_only_delete | Invoke action delete | drive-id (string) driveItem-id (string) workbookWorksheet-id (string) valuesOnly (boolean) data: { . shift (string) } (object) required |
| get_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_used_range_values_only_by_values_only_entire_column_ | Invoke function entireColumn | drive-id (string) driveItem-id (string) workbookWorksheet-id (string) valuesOnly (boolean) |
| get_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_used_range_values_only_by_values_only_entire_row_ | Invoke function entireRow | drive-id (string) driveItem-id (string) workbookWorksheet-id (string) valuesOnly (boolean) |
| post_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_used_range_values_only_by_values_only_insert | Invoke action insert | drive-id (string) driveItem-id (string) workbookWorksheet-id (string) valuesOnly (boolean) data: { . shift (string) } (object) required |
| get_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_used_range_values_only_by_values_only_intersection_another_range_by_another_range_ | Invoke function intersection | drive-id (string) driveItem-id (string) workbookWorksheet-id (string) valuesOnly (boolean) anotherRange (string) |
| get_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_used_range_values_only_by_values_only_last_cell_ | Invoke function lastCell | drive-id (string) driveItem-id (string) workbookWorksheet-id (string) valuesOnly (boolean) |
| get_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_used_range_values_only_by_values_only_last_column_ | Invoke function lastColumn | drive-id (string) driveItem-id (string) workbookWorksheet-id (string) valuesOnly (boolean) |
| get_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_used_range_values_only_by_values_only_last_row_ | Invoke function lastRow | drive-id (string) driveItem-id (string) workbookWorksheet-id (string) valuesOnly (boolean) |
| post_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_used_range_values_only_by_values_only_merge | Invoke action merge | drive-id (string) driveItem-id (string) workbookWorksheet-id (string) valuesOnly (boolean) data: { . across (boolean) } (object) required |
| get_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_used_range_values_only_by_values_only_offset_range_row_offset_by_row_offset_column_offset_by_column_offset_ | Invoke function offsetRange | drive-id (string) driveItem-id (string) workbookWorksheet-id (string) valuesOnly (boolean) rowOffset (number) columnOffset (number) |
| get_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_used_range_values_only_by_values_only_resized_range_delta_rows_by_delta_rows_delta_columns_by_delta_columns_ | Invoke function resizedRange | drive-id (string) driveItem-id (string) workbookWorksheet-id (string) valuesOnly (boolean) deltaRows (number) deltaColumns (number) |
| get_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_used_range_values_only_by_values_only_row_row_by_row_ | Invoke function row | drive-id (string) driveItem-id (string) workbookWorksheet-id (string) valuesOnly (boolean) row (number) |
| get_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_used_range_values_only_by_values_only_rows_above_ | Invoke function rowsAbove | drive-id (string) driveItem-id (string) workbookWorksheet-id (string) valuesOnly (boolean) |
| get_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_used_range_values_only_by_values_only_rows_above_count_by_count_ | Invoke function rowsAbove | drive-id (string) driveItem-id (string) workbookWorksheet-id (string) valuesOnly (boolean) count (number) |
| get_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_used_range_values_only_by_values_only_rows_below_ | Invoke function rowsBelow | drive-id (string) driveItem-id (string) workbookWorksheet-id (string) valuesOnly (boolean) |
| get_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_used_range_values_only_by_values_only_rows_below_count_by_count_ | Invoke function rowsBelow | drive-id (string) driveItem-id (string) workbookWorksheet-id (string) valuesOnly (boolean) count (number) |
| post_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_used_range_values_only_by_values_only_unmerge | Invoke action unmerge | drive-id (string) driveItem-id (string) workbookWorksheet-id (string) valuesOnly (boolean) |
| get_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_used_range_values_only_by_values_only_visible_view_ | Invoke function visibleView | drive-id (string) driveItem-id (string) workbookWorksheet-id (string) valuesOnly (boolean) |
| get_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_used_range_values_only_by_values_only_sort | The worksheet containing the current range. Read-only. | drive-id (string) driveItem-id (string) workbookWorksheet-id (string) valuesOnly (boolean) $select (array) $expand (array) |
| patch_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_used_range_values_only_by_values_only_sort | Update the navigation property sort in drives | drive-id (string) driveItem-id (string) workbookWorksheet-id (string) valuesOnly (boolean) data (undefined) required |
| delete_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_used_range_values_only_by_values_only_sort | Delete navigation property sort for drives | drive-id (string) driveItem-id (string) workbookWorksheet-id (string) valuesOnly (boolean) If-Match (string) |
| get_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_used_range_values_only_by_values_only_worksheet | The worksheet containing the current range. Read-only. | drive-id (string) driveItem-id (string) workbookWorksheet-id (string) valuesOnly (boolean) $select (array) $expand (array) |
| get_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_names | The list of names that are associated with the worksheet. Read-only. | drive-id (string) driveItem-id (string) workbookWorksheet-id (string) $top (integer) $orderby (array) $select (array) $expand (array) |
| post_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_names | Create new navigation property to names for drives | drive-id (string) driveItem-id (string) workbookWorksheet-id (string) data (undefined) required |
| get_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_names_by_workbook_named_item_id | The list of names that are associated with the worksheet. Read-only. | drive-id (string) driveItem-id (string) workbookWorksheet-id (string) workbookNamedItem-id (string) $select (array) $expand (array) |
| patch_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_names_by_workbook_named_item_id | Update the navigation property names in drives | drive-id (string) driveItem-id (string) workbookWorksheet-id (string) workbookNamedItem-id (string) data (undefined) required |
| delete_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_names_by_workbook_named_item_id | Delete navigation property names for drives | drive-id (string) driveItem-id (string) workbookWorksheet-id (string) workbookNamedItem-id (string) If-Match (string) |
| get_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_names_by_workbook_named_item_id_range_ | Returns the range object that is associated with the name. Throws an exception if the named item's type is not a range. | drive-id (string) driveItem-id (string) workbookWorksheet-id (string) workbookNamedItem-id (string) |
| get_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_names_by_workbook_named_item_id_range_format | Returns a format object, encapsulating the range's font, fill, borders, alignment, and other properties. Read-only. | drive-id (string) driveItem-id (string) workbookWorksheet-id (string) workbookNamedItem-id (string) $select (array) $expand (array) |
| patch_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_names_by_workbook_named_item_id_range_format | Update the navigation property format in drives | drive-id (string) driveItem-id (string) workbookWorksheet-id (string) workbookNamedItem-id (string) data (undefined) required |
| delete_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_names_by_workbook_named_item_id_range_format | Delete navigation property format for drives | drive-id (string) driveItem-id (string) workbookWorksheet-id (string) workbookNamedItem-id (string) If-Match (string) |
| get_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_names_by_workbook_named_item_id_range_bounding_rect_another_range_by_another_range_ | Invoke function boundingRect | drive-id (string) driveItem-id (string) workbookWorksheet-id (string) workbookNamedItem-id (string) anotherRange (string) |
| get_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_names_by_workbook_named_item_id_range_cell_row_by_row_column_by_column_ | Invoke function cell | drive-id (string) driveItem-id (string) workbookWorksheet-id (string) workbookNamedItem-id (string) row (number) column (number) |
| post_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_names_by_workbook_named_item_id_range_clear | Invoke action clear | drive-id (string) driveItem-id (string) workbookWorksheet-id (string) workbookNamedItem-id (string) data: { . applyTo (string) } (object) required |
| get_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_names_by_workbook_named_item_id_range_column_column_by_column_ | Invoke function column | drive-id (string) driveItem-id (string) workbookWorksheet-id (string) workbookNamedItem-id (string) column (number) |
| get_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_names_by_workbook_named_item_id_range_columns_after_ | Invoke function columnsAfter | drive-id (string) driveItem-id (string) workbookWorksheet-id (string) workbookNamedItem-id (string) |
| get_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_names_by_workbook_named_item_id_range_columns_after_count_by_count_ | Invoke function columnsAfter | drive-id (string) driveItem-id (string) workbookWorksheet-id (string) workbookNamedItem-id (string) count (number) |
| get_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_names_by_workbook_named_item_id_range_columns_before_ | Invoke function columnsBefore | drive-id (string) driveItem-id (string) workbookWorksheet-id (string) workbookNamedItem-id (string) |
| get_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_names_by_workbook_named_item_id_range_columns_before_count_by_count_ | Invoke function columnsBefore | drive-id (string) driveItem-id (string) workbookWorksheet-id (string) workbookNamedItem-id (string) count (number) |
| post_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_names_by_workbook_named_item_id_range_delete | Invoke action delete | drive-id (string) driveItem-id (string) workbookWorksheet-id (string) workbookNamedItem-id (string) data: { . shift (string) } (object) required |
| get_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_names_by_workbook_named_item_id_range_entire_column_ | Invoke function entireColumn | drive-id (string) driveItem-id (string) workbookWorksheet-id (string) workbookNamedItem-id (string) |
| get_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_names_by_workbook_named_item_id_range_entire_row_ | Invoke function entireRow | drive-id (string) driveItem-id (string) workbookWorksheet-id (string) workbookNamedItem-id (string) |
| post_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_names_by_workbook_named_item_id_range_insert | Invoke action insert | drive-id (string) driveItem-id (string) workbookWorksheet-id (string) workbookNamedItem-id (string) data: { . shift (string) } (object) required |
| get_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_names_by_workbook_named_item_id_range_intersection_another_range_by_another_range_ | Invoke function intersection | drive-id (string) driveItem-id (string) workbookWorksheet-id (string) workbookNamedItem-id (string) anotherRange (string) |
| get_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_names_by_workbook_named_item_id_range_last_cell_ | Invoke function lastCell | drive-id (string) driveItem-id (string) workbookWorksheet-id (string) workbookNamedItem-id (string) |
| get_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_names_by_workbook_named_item_id_range_last_column_ | Invoke function lastColumn | drive-id (string) driveItem-id (string) workbookWorksheet-id (string) workbookNamedItem-id (string) |
| get_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_names_by_workbook_named_item_id_range_last_row_ | Invoke function lastRow | drive-id (string) driveItem-id (string) workbookWorksheet-id (string) workbookNamedItem-id (string) |
| post_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_names_by_workbook_named_item_id_range_merge | Invoke action merge | drive-id (string) driveItem-id (string) workbookWorksheet-id (string) workbookNamedItem-id (string) data: { . across (boolean) } (object) required |
| get_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_names_by_workbook_named_item_id_range_offset_range_row_offset_by_row_offset_column_offset_by_column_offset_ | Invoke function offsetRange | drive-id (string) driveItem-id (string) workbookWorksheet-id (string) workbookNamedItem-id (string) rowOffset (number) columnOffset (number) |
| get_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_names_by_workbook_named_item_id_range_resized_range_delta_rows_by_delta_rows_delta_columns_by_delta_columns_ | Invoke function resizedRange | drive-id (string) driveItem-id (string) workbookWorksheet-id (string) workbookNamedItem-id (string) deltaRows (number) deltaColumns (number) |
| get_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_names_by_workbook_named_item_id_range_row_row_by_row_ | Invoke function row | drive-id (string) driveItem-id (string) workbookWorksheet-id (string) workbookNamedItem-id (string) row (number) |
| get_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_names_by_workbook_named_item_id_range_rows_above_ | Invoke function rowsAbove | drive-id (string) driveItem-id (string) workbookWorksheet-id (string) workbookNamedItem-id (string) |
| get_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_names_by_workbook_named_item_id_range_rows_above_count_by_count_ | Invoke function rowsAbove | drive-id (string) driveItem-id (string) workbookWorksheet-id (string) workbookNamedItem-id (string) count (number) |
| get_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_names_by_workbook_named_item_id_range_rows_below_ | Invoke function rowsBelow | drive-id (string) driveItem-id (string) workbookWorksheet-id (string) workbookNamedItem-id (string) |
| get_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_names_by_workbook_named_item_id_range_rows_below_count_by_count_ | Invoke function rowsBelow | drive-id (string) driveItem-id (string) workbookWorksheet-id (string) workbookNamedItem-id (string) count (number) |
| post_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_names_by_workbook_named_item_id_range_unmerge | Invoke action unmerge | drive-id (string) driveItem-id (string) workbookWorksheet-id (string) workbookNamedItem-id (string) |
| get_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_names_by_workbook_named_item_id_range_used_range_ | Invoke function usedRange | drive-id (string) driveItem-id (string) workbookWorksheet-id (string) workbookNamedItem-id (string) |
| get_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_names_by_workbook_named_item_id_range_used_range_values_only_by_values_only_ | Invoke function usedRange | drive-id (string) driveItem-id (string) workbookWorksheet-id (string) workbookNamedItem-id (string) valuesOnly (boolean) |
| get_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_names_by_workbook_named_item_id_range_visible_view_ | Invoke function visibleView | drive-id (string) driveItem-id (string) workbookWorksheet-id (string) workbookNamedItem-id (string) |
| get_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_names_by_workbook_named_item_id_range_sort | The worksheet containing the current range. Read-only. | drive-id (string) driveItem-id (string) workbookWorksheet-id (string) workbookNamedItem-id (string) $select (array) $expand (array) |
| patch_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_names_by_workbook_named_item_id_range_sort | Update the navigation property sort in drives | drive-id (string) driveItem-id (string) workbookWorksheet-id (string) workbookNamedItem-id (string) data (undefined) required |
| delete_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_names_by_workbook_named_item_id_range_sort | Delete navigation property sort for drives | drive-id (string) driveItem-id (string) workbookWorksheet-id (string) workbookNamedItem-id (string) If-Match (string) |
| get_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_names_by_workbook_named_item_id_range_worksheet | The worksheet containing the current range. Read-only. | drive-id (string) driveItem-id (string) workbookWorksheet-id (string) workbookNamedItem-id (string) $select (array) $expand (array) |
| get_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_names_by_workbook_named_item_id_worksheet | Returns the worksheet to which the named item is scoped. Available only if the item is scoped to the worksheet. Read-only. | drive-id (string) driveItem-id (string) workbookWorksheet-id (string) workbookNamedItem-id (string) $select (array) $expand (array) |
| get_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_names_count | Get the number of the resource | drive-id (string) driveItem-id (string) workbookWorksheet-id (string) $search (string) |
| post_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_names_add | Adds a new name to the collection of the given scope using the user's locale for the formula. | drive-id (string) driveItem-id (string) workbookWorksheet-id (string) data: { . name (string) . reference . comment (string) } (object) required |
| post_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_names_add_formula_local | Adds a new name to the collection of the given scope using the user's locale for the formula. | drive-id (string) driveItem-id (string) workbookWorksheet-id (string) data: { . name (string) . formula (string) . comment (string) } (object) required |
| get_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_pivot_tables | The list of piot tables that are part of the worksheet. | drive-id (string) driveItem-id (string) workbookWorksheet-id (string) $top (integer) $orderby (array) $select (array) $expand (array) |
| post_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_pivot_tables | Create new navigation property to pivotTables for drives | drive-id (string) driveItem-id (string) workbookWorksheet-id (string) data (undefined) required |
| get_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_pivot_tables_by_workbook_pivot_table_id | The list of piot tables that are part of the worksheet. | drive-id (string) driveItem-id (string) workbookWorksheet-id (string) workbookPivotTable-id (string) $select (array) $expand (array) |
| patch_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_pivot_tables_by_workbook_pivot_table_id | Update the navigation property pivotTables in drives | drive-id (string) driveItem-id (string) workbookWorksheet-id (string) workbookPivotTable-id (string) data (undefined) required |
| delete_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_pivot_tables_by_workbook_pivot_table_id | Delete navigation property pivotTables for drives | drive-id (string) driveItem-id (string) workbookWorksheet-id (string) workbookPivotTable-id (string) If-Match (string) |
| post_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_pivot_tables_by_workbook_pivot_table_id_refresh | Refreshes the PivotTable. | drive-id (string) driveItem-id (string) workbookWorksheet-id (string) workbookPivotTable-id (string) |
| get_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_pivot_tables_by_workbook_pivot_table_id_worksheet | The worksheet that contains the current pivot table. Read-only. | drive-id (string) driveItem-id (string) workbookWorksheet-id (string) workbookPivotTable-id (string) $select (array) $expand (array) |
| get_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_pivot_tables_count | Get the number of the resource | drive-id (string) driveItem-id (string) workbookWorksheet-id (string) $search (string) |
| post_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_pivot_tables_refresh_all | Refreshes the PivotTable within a given worksheet. | drive-id (string) driveItem-id (string) workbookWorksheet-id (string) |
| get_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_protection | The sheet protection object for a worksheet. Read-only. | drive-id (string) driveItem-id (string) workbookWorksheet-id (string) $select (array) $expand (array) |
| patch_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_protection | Update the navigation property protection in drives | drive-id (string) driveItem-id (string) workbookWorksheet-id (string) data (undefined) required |
| delete_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_protection | Delete navigation property protection for drives | drive-id (string) driveItem-id (string) workbookWorksheet-id (string) If-Match (string) |
| post_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_protection_protect | Protect a worksheet. It throws if the worksheet has been protected. | drive-id (string) driveItem-id (string) workbookWorksheet-id (string) data: { . options } (object) required |
| post_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_protection_unprotect | Unprotect a worksheet | drive-id (string) driveItem-id (string) workbookWorksheet-id (string) |
| get_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_tables | The list of tables that are part of the worksheet. Read-only. | drive-id (string) driveItem-id (string) workbookWorksheet-id (string) $top (integer) $orderby (array) $select (array) $expand (array) |
| post_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_tables | Create new navigation property to tables for drives | drive-id (string) driveItem-id (string) workbookWorksheet-id (string) data (undefined) required |
| get_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_tables_by_workbook_table_id | The list of tables that are part of the worksheet. Read-only. | drive-id (string) driveItem-id (string) workbookWorksheet-id (string) workbookTable-id (string) $select (array) $expand (array) |
| patch_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_tables_by_workbook_table_id | Update the navigation property tables in drives | drive-id (string) driveItem-id (string) workbookWorksheet-id (string) workbookTable-id (string) data (undefined) required |
| delete_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_tables_by_workbook_table_id | Delete navigation property tables for drives | drive-id (string) driveItem-id (string) workbookWorksheet-id (string) workbookTable-id (string) If-Match (string) |
| get_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_tables_by_workbook_table_id_columns | The list of all the columns in the table. Read-only. | drive-id (string) driveItem-id (string) workbookWorksheet-id (string) workbookTable-id (string) $top (integer) $orderby (array) $select (array) $expand (array) |
| post_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_tables_by_workbook_table_id_columns | Create new navigation property to columns for drives | drive-id (string) driveItem-id (string) workbookWorksheet-id (string) workbookTable-id (string) data (undefined) required |
| get_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_tables_by_workbook_table_id_columns_by_workbook_table_column_id | The list of all the columns in the table. Read-only. | drive-id (string) driveItem-id (string) workbookWorksheet-id (string) workbookTable-id (string) workbookTableColumn-id (string) $select (array) $expand (array) |
| patch_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_tables_by_workbook_table_id_columns_by_workbook_table_column_id | Update the navigation property columns in drives | drive-id (string) driveItem-id (string) workbookWorksheet-id (string) workbookTable-id (string) workbookTableColumn-id (string) data (undefined) required |
| delete_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_tables_by_workbook_table_id_columns_by_workbook_table_column_id | Delete navigation property columns for drives | drive-id (string) driveItem-id (string) workbookWorksheet-id (string) workbookTable-id (string) workbookTableColumn-id (string) If-Match (string) |
| get_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_tables_by_workbook_table_id_columns_by_workbook_table_column_id_filter | The filter applied to the column. Read-only. | drive-id (string) driveItem-id (string) workbookWorksheet-id (string) workbookTable-id (string) workbookTableColumn-id (string) $select (array) $expand (array) |
| patch_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_tables_by_workbook_table_id_columns_by_workbook_table_column_id_filter | Update the navigation property filter in drives | drive-id (string) driveItem-id (string) workbookWorksheet-id (string) workbookTable-id (string) workbookTableColumn-id (string) data (undefined) required |
| delete_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_tables_by_workbook_table_id_columns_by_workbook_table_column_id_filter | Delete navigation property filter for drives | drive-id (string) driveItem-id (string) workbookWorksheet-id (string) workbookTable-id (string) workbookTableColumn-id (string) If-Match (string) |
| post_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_tables_by_workbook_table_id_columns_by_workbook_table_column_id_filter_apply | Apply the given filter criteria on the given column. | drive-id (string) driveItem-id (string) workbookWorksheet-id (string) workbookTable-id (string) workbookTableColumn-id (string) data: { . criteria } (object) required |
| post_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_tables_by_workbook_table_id_columns_by_workbook_table_column_id_filter_apply_bottom_items_filter | Invoke action applyBottomItemsFilter | drive-id (string) driveItem-id (string) workbookWorksheet-id (string) workbookTable-id (string) workbookTableColumn-id (string) data: { . count (number) } (object) required |
| post_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_tables_by_workbook_table_id_columns_by_workbook_table_column_id_filter_apply_bottom_percent_filter | Invoke action applyBottomPercentFilter | drive-id (string) driveItem-id (string) workbookWorksheet-id (string) workbookTable-id (string) workbookTableColumn-id (string) data: { . percent (number) } (object) required |
| post_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_tables_by_workbook_table_id_columns_by_workbook_table_column_id_filter_apply_cell_color_filter | Invoke action applyCellColorFilter | drive-id (string) driveItem-id (string) workbookWorksheet-id (string) workbookTable-id (string) workbookTableColumn-id (string) data: { . color (string) } (object) required |
| post_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_tables_by_workbook_table_id_columns_by_workbook_table_column_id_filter_apply_custom_filter | Invoke action applyCustomFilter | drive-id (string) driveItem-id (string) workbookWorksheet-id (string) workbookTable-id (string) workbookTableColumn-id (string) data: { . criteria1 (string) . criteria2 (string) . oper (string) } (object) required |
| post_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_tables_by_workbook_table_id_columns_by_workbook_table_column_id_filter_apply_dynamic_filter | Invoke action applyDynamicFilter | drive-id (string) driveItem-id (string) workbookWorksheet-id (string) workbookTable-id (string) workbookTableColumn-id (string) data: { . criteria (string) } (object) required |
| post_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_tables_by_workbook_table_id_columns_by_workbook_table_column_id_filter_apply_font_color_filter | Invoke action applyFontColorFilter | drive-id (string) driveItem-id (string) workbookWorksheet-id (string) workbookTable-id (string) workbookTableColumn-id (string) data: { . color (string) } (object) required |
| post_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_tables_by_workbook_table_id_columns_by_workbook_table_column_id_filter_apply_icon_filter | Invoke action applyIconFilter | drive-id (string) driveItem-id (string) workbookWorksheet-id (string) workbookTable-id (string) workbookTableColumn-id (string) data: { . icon } (object) required |
| post_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_tables_by_workbook_table_id_columns_by_workbook_table_column_id_filter_apply_top_items_filter | Invoke action applyTopItemsFilter | drive-id (string) driveItem-id (string) workbookWorksheet-id (string) workbookTable-id (string) workbookTableColumn-id (string) data: { . count (number) } (object) required |
| post_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_tables_by_workbook_table_id_columns_by_workbook_table_column_id_filter_apply_top_percent_filter | Invoke action applyTopPercentFilter | drive-id (string) driveItem-id (string) workbookWorksheet-id (string) workbookTable-id (string) workbookTableColumn-id (string) data: { . percent (number) } (object) required |
| post_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_tables_by_workbook_table_id_columns_by_workbook_table_column_id_filter_apply_values_filter | Invoke action applyValuesFilter | drive-id (string) driveItem-id (string) workbookWorksheet-id (string) workbookTable-id (string) workbookTableColumn-id (string) data: { . values } (object) required |
| post_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_tables_by_workbook_table_id_columns_by_workbook_table_column_id_filter_clear | Clear the filter on the given column. | drive-id (string) driveItem-id (string) workbookWorksheet-id (string) workbookTable-id (string) workbookTableColumn-id (string) |
| get_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_tables_by_workbook_table_id_columns_by_workbook_table_column_id_data_body_range_ | Gets the range object associated with the data body of the column. | drive-id (string) driveItem-id (string) workbookWorksheet-id (string) workbookTable-id (string) workbookTableColumn-id (string) |
| get_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_tables_by_workbook_table_id_columns_by_workbook_table_column_id_data_body_range_format | Returns a format object, encapsulating the range's font, fill, borders, alignment, and other properties. Read-only. | drive-id (string) driveItem-id (string) workbookWorksheet-id (string) workbookTable-id (string) workbookTableColumn-id (string) $select (array) $expand (array) |
| patch_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_tables_by_workbook_table_id_columns_by_workbook_table_column_id_data_body_range_format | Update the navigation property format in drives | drive-id (string) driveItem-id (string) workbookWorksheet-id (string) workbookTable-id (string) workbookTableColumn-id (string) data (undefined) required |
| delete_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_tables_by_workbook_table_id_columns_by_workbook_table_column_id_data_body_range_format | Delete navigation property format for drives | drive-id (string) driveItem-id (string) workbookWorksheet-id (string) workbookTable-id (string) workbookTableColumn-id (string) If-Match (string) |
| get_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_tables_by_workbook_table_id_columns_by_workbook_table_column_id_data_body_range_bounding_rect_another_range_by_another_range_ | Invoke function boundingRect | drive-id (string) driveItem-id (string) workbookWorksheet-id (string) workbookTable-id (string) workbookTableColumn-id (string) anotherRange (string) |
| get_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_tables_by_workbook_table_id_columns_by_workbook_table_column_id_data_body_range_cell_row_by_row_column_by_column_ | Invoke function cell | drive-id (string) driveItem-id (string) workbookWorksheet-id (string) workbookTable-id (string) workbookTableColumn-id (string) row (number) column (number) |
| post_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_tables_by_workbook_table_id_columns_by_workbook_table_column_id_data_body_range_clear | Invoke action clear | drive-id (string) driveItem-id (string) workbookWorksheet-id (string) workbookTable-id (string) workbookTableColumn-id (string) data: { . applyTo (string) } (object) required |
| get_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_tables_by_workbook_table_id_columns_by_workbook_table_column_id_data_body_range_column_column_by_column_ | Invoke function column | drive-id (string) driveItem-id (string) workbookWorksheet-id (string) workbookTable-id (string) workbookTableColumn-id (string) column (number) |
| get_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_tables_by_workbook_table_id_columns_by_workbook_table_column_id_data_body_range_columns_after_ | Invoke function columnsAfter | drive-id (string) driveItem-id (string) workbookWorksheet-id (string) workbookTable-id (string) workbookTableColumn-id (string) |
| get_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_tables_by_workbook_table_id_columns_by_workbook_table_column_id_data_body_range_columns_after_count_by_count_ | Invoke function columnsAfter | drive-id (string) driveItem-id (string) workbookWorksheet-id (string) workbookTable-id (string) workbookTableColumn-id (string) count (number) |
| get_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_tables_by_workbook_table_id_columns_by_workbook_table_column_id_data_body_range_columns_before_ | Invoke function columnsBefore | drive-id (string) driveItem-id (string) workbookWorksheet-id (string) workbookTable-id (string) workbookTableColumn-id (string) |
| get_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_tables_by_workbook_table_id_columns_by_workbook_table_column_id_data_body_range_columns_before_count_by_count_ | Invoke function columnsBefore | drive-id (string) driveItem-id (string) workbookWorksheet-id (string) workbookTable-id (string) workbookTableColumn-id (string) count (number) |
| post_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_tables_by_workbook_table_id_columns_by_workbook_table_column_id_data_body_range_delete | Invoke action delete | drive-id (string) driveItem-id (string) workbookWorksheet-id (string) workbookTable-id (string) workbookTableColumn-id (string) data: { . shift (string) } (object) required |
| get_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_tables_by_workbook_table_id_columns_by_workbook_table_column_id_data_body_range_entire_column_ | Invoke function entireColumn | drive-id (string) driveItem-id (string) workbookWorksheet-id (string) workbookTable-id (string) workbookTableColumn-id (string) |
| get_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_tables_by_workbook_table_id_columns_by_workbook_table_column_id_data_body_range_entire_row_ | Invoke function entireRow | drive-id (string) driveItem-id (string) workbookWorksheet-id (string) workbookTable-id (string) workbookTableColumn-id (string) |
| post_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_tables_by_workbook_table_id_columns_by_workbook_table_column_id_data_body_range_insert | Invoke action insert | drive-id (string) driveItem-id (string) workbookWorksheet-id (string) workbookTable-id (string) workbookTableColumn-id (string) data: { . shift (string) } (object) required |
| get_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_tables_by_workbook_table_id_columns_by_workbook_table_column_id_data_body_range_intersection_another_range_by_another_range_ | Invoke function intersection | drive-id (string) driveItem-id (string) workbookWorksheet-id (string) workbookTable-id (string) workbookTableColumn-id (string) anotherRange (string) |
| get_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_tables_by_workbook_table_id_columns_by_workbook_table_column_id_data_body_range_last_cell_ | Invoke function lastCell | drive-id (string) driveItem-id (string) workbookWorksheet-id (string) workbookTable-id (string) workbookTableColumn-id (string) |
| get_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_tables_by_workbook_table_id_columns_by_workbook_table_column_id_data_body_range_last_column_ | Invoke function lastColumn | drive-id (string) driveItem-id (string) workbookWorksheet-id (string) workbookTable-id (string) workbookTableColumn-id (string) |
| get_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_tables_by_workbook_table_id_columns_by_workbook_table_column_id_data_body_range_last_row_ | Invoke function lastRow | drive-id (string) driveItem-id (string) workbookWorksheet-id (string) workbookTable-id (string) workbookTableColumn-id (string) |
| post_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_tables_by_workbook_table_id_columns_by_workbook_table_column_id_data_body_range_merge | Invoke action merge | drive-id (string) driveItem-id (string) workbookWorksheet-id (string) workbookTable-id (string) workbookTableColumn-id (string) data: { . across (boolean) } (object) required |
| get_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_tables_by_workbook_table_id_columns_by_workbook_table_column_id_data_body_range_offset_range_row_offset_by_row_offset_column_offset_by_column_offset_ | Invoke function offsetRange | drive-id (string) driveItem-id (string) workbookWorksheet-id (string) workbookTable-id (string) workbookTableColumn-id (string) rowOffset (number) columnOffset (number) |
| get_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_tables_by_workbook_table_id_columns_by_workbook_table_column_id_data_body_range_resized_range_delta_rows_by_delta_rows_delta_columns_by_delta_columns_ | Invoke function resizedRange | drive-id (string) driveItem-id (string) workbookWorksheet-id (string) workbookTable-id (string) workbookTableColumn-id (string) deltaRows (number) deltaColumns (number) |
| get_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_tables_by_workbook_table_id_columns_by_workbook_table_column_id_data_body_range_row_row_by_row_ | Invoke function row | drive-id (string) driveItem-id (string) workbookWorksheet-id (string) workbookTable-id (string) workbookTableColumn-id (string) row (number) |
| get_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_tables_by_workbook_table_id_columns_by_workbook_table_column_id_data_body_range_rows_above_ | Invoke function rowsAbove | drive-id (string) driveItem-id (string) workbookWorksheet-id (string) workbookTable-id (string) workbookTableColumn-id (string) |
| get_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_tables_by_workbook_table_id_columns_by_workbook_table_column_id_data_body_range_rows_above_count_by_count_ | Invoke function rowsAbove | drive-id (string) driveItem-id (string) workbookWorksheet-id (string) workbookTable-id (string) workbookTableColumn-id (string) count (number) |
| get_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_tables_by_workbook_table_id_columns_by_workbook_table_column_id_data_body_range_rows_below_ | Invoke function rowsBelow | drive-id (string) driveItem-id (string) workbookWorksheet-id (string) workbookTable-id (string) workbookTableColumn-id (string) |
| get_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_tables_by_workbook_table_id_columns_by_workbook_table_column_id_data_body_range_rows_below_count_by_count_ | Invoke function rowsBelow | drive-id (string) driveItem-id (string) workbookWorksheet-id (string) workbookTable-id (string) workbookTableColumn-id (string) count (number) |
| post_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_tables_by_workbook_table_id_columns_by_workbook_table_column_id_data_body_range_unmerge | Invoke action unmerge | drive-id (string) driveItem-id (string) workbookWorksheet-id (string) workbookTable-id (string) workbookTableColumn-id (string) |
| get_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_tables_by_workbook_table_id_columns_by_workbook_table_column_id_data_body_range_used_range_ | Invoke function usedRange | drive-id (string) driveItem-id (string) workbookWorksheet-id (string) workbookTable-id (string) workbookTableColumn-id (string) |
| get_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_tables_by_workbook_table_id_columns_by_workbook_table_column_id_data_body_range_used_range_values_only_by_values_only_ | Invoke function usedRange | drive-id (string) driveItem-id (string) workbookWorksheet-id (string) workbookTable-id (string) workbookTableColumn-id (string) valuesOnly (boolean) |
| get_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_tables_by_workbook_table_id_columns_by_workbook_table_column_id_data_body_range_visible_view_ | Invoke function visibleView | drive-id (string) driveItem-id (string) workbookWorksheet-id (string) workbookTable-id (string) workbookTableColumn-id (string) |
| get_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_tables_by_workbook_table_id_columns_by_workbook_table_column_id_data_body_range_sort | The worksheet containing the current range. Read-only. | drive-id (string) driveItem-id (string) workbookWorksheet-id (string) workbookTable-id (string) workbookTableColumn-id (string) $select (array) $expand (array) |
| patch_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_tables_by_workbook_table_id_columns_by_workbook_table_column_id_data_body_range_sort | Update the navigation property sort in drives | drive-id (string) driveItem-id (string) workbookWorksheet-id (string) workbookTable-id (string) workbookTableColumn-id (string) data (undefined) required |
| delete_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_tables_by_workbook_table_id_columns_by_workbook_table_column_id_data_body_range_sort | Delete navigation property sort for drives | drive-id (string) driveItem-id (string) workbookWorksheet-id (string) workbookTable-id (string) workbookTableColumn-id (string) If-Match (string) |
| get_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_tables_by_workbook_table_id_columns_by_workbook_table_column_id_data_body_range_worksheet | The worksheet containing the current range. Read-only. | drive-id (string) driveItem-id (string) workbookWorksheet-id (string) workbookTable-id (string) workbookTableColumn-id (string) $select (array) $expand (array) |
| get_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_tables_by_workbook_table_id_columns_by_workbook_table_column_id_header_row_range_ | Gets the range object associated with the header row of the column. | drive-id (string) driveItem-id (string) workbookWorksheet-id (string) workbookTable-id (string) workbookTableColumn-id (string) |
| get_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_tables_by_workbook_table_id_columns_by_workbook_table_column_id_header_row_range_format | Returns a format object, encapsulating the range's font, fill, borders, alignment, and other properties. Read-only. | drive-id (string) driveItem-id (string) workbookWorksheet-id (string) workbookTable-id (string) workbookTableColumn-id (string) $select (array) $expand (array) |
| patch_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_tables_by_workbook_table_id_columns_by_workbook_table_column_id_header_row_range_format | Update the navigation property format in drives | drive-id (string) driveItem-id (string) workbookWorksheet-id (string) workbookTable-id (string) workbookTableColumn-id (string) data (undefined) required |
| delete_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_tables_by_workbook_table_id_columns_by_workbook_table_column_id_header_row_range_format | Delete navigation property format for drives | drive-id (string) driveItem-id (string) workbookWorksheet-id (string) workbookTable-id (string) workbookTableColumn-id (string) If-Match (string) |
| get_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_tables_by_workbook_table_id_columns_by_workbook_table_column_id_header_row_range_bounding_rect_another_range_by_another_range_ | Invoke function boundingRect | drive-id (string) driveItem-id (string) workbookWorksheet-id (string) workbookTable-id (string) workbookTableColumn-id (string) anotherRange (string) |
| get_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_tables_by_workbook_table_id_columns_by_workbook_table_column_id_header_row_range_cell_row_by_row_column_by_column_ | Invoke function cell | drive-id (string) driveItem-id (string) workbookWorksheet-id (string) workbookTable-id (string) workbookTableColumn-id (string) row (number) column (number) |
| post_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_tables_by_workbook_table_id_columns_by_workbook_table_column_id_header_row_range_clear | Invoke action clear | drive-id (string) driveItem-id (string) workbookWorksheet-id (string) workbookTable-id (string) workbookTableColumn-id (string) data: { . applyTo (string) } (object) required |
| get_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_tables_by_workbook_table_id_columns_by_workbook_table_column_id_header_row_range_column_column_by_column_ | Invoke function column | drive-id (string) driveItem-id (string) workbookWorksheet-id (string) workbookTable-id (string) workbookTableColumn-id (string) column (number) |
| get_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_tables_by_workbook_table_id_columns_by_workbook_table_column_id_header_row_range_columns_after_ | Invoke function columnsAfter | drive-id (string) driveItem-id (string) workbookWorksheet-id (string) workbookTable-id (string) workbookTableColumn-id (string) |
| get_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_tables_by_workbook_table_id_columns_by_workbook_table_column_id_header_row_range_columns_after_count_by_count_ | Invoke function columnsAfter | drive-id (string) driveItem-id (string) workbookWorksheet-id (string) workbookTable-id (string) workbookTableColumn-id (string) count (number) |
| get_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_tables_by_workbook_table_id_columns_by_workbook_table_column_id_header_row_range_columns_before_ | Invoke function columnsBefore | drive-id (string) driveItem-id (string) workbookWorksheet-id (string) workbookTable-id (string) workbookTableColumn-id (string) |
| get_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_tables_by_workbook_table_id_columns_by_workbook_table_column_id_header_row_range_columns_before_count_by_count_ | Invoke function columnsBefore | drive-id (string) driveItem-id (string) workbookWorksheet-id (string) workbookTable-id (string) workbookTableColumn-id (string) count (number) |
| post_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_tables_by_workbook_table_id_columns_by_workbook_table_column_id_header_row_range_delete | Invoke action delete | drive-id (string) driveItem-id (string) workbookWorksheet-id (string) workbookTable-id (string) workbookTableColumn-id (string) data: { . shift (string) } (object) required |
| get_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_tables_by_workbook_table_id_columns_by_workbook_table_column_id_header_row_range_entire_column_ | Invoke function entireColumn | drive-id (string) driveItem-id (string) workbookWorksheet-id (string) workbookTable-id (string) workbookTableColumn-id (string) |
| get_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_tables_by_workbook_table_id_columns_by_workbook_table_column_id_header_row_range_entire_row_ | Invoke function entireRow | drive-id (string) driveItem-id (string) workbookWorksheet-id (string) workbookTable-id (string) workbookTableColumn-id (string) |
| post_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_tables_by_workbook_table_id_columns_by_workbook_table_column_id_header_row_range_insert | Invoke action insert | drive-id (string) driveItem-id (string) workbookWorksheet-id (string) workbookTable-id (string) workbookTableColumn-id (string) data: { . shift (string) } (object) required |
| get_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_tables_by_workbook_table_id_columns_by_workbook_table_column_id_header_row_range_intersection_another_range_by_another_range_ | Invoke function intersection | drive-id (string) driveItem-id (string) workbookWorksheet-id (string) workbookTable-id (string) workbookTableColumn-id (string) anotherRange (string) |
| get_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_tables_by_workbook_table_id_columns_by_workbook_table_column_id_header_row_range_last_cell_ | Invoke function lastCell | drive-id (string) driveItem-id (string) workbookWorksheet-id (string) workbookTable-id (string) workbookTableColumn-id (string) |
| get_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_tables_by_workbook_table_id_columns_by_workbook_table_column_id_header_row_range_last_column_ | Invoke function lastColumn | drive-id (string) driveItem-id (string) workbookWorksheet-id (string) workbookTable-id (string) workbookTableColumn-id (string) |
| get_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_tables_by_workbook_table_id_columns_by_workbook_table_column_id_header_row_range_last_row_ | Invoke function lastRow | drive-id (string) driveItem-id (string) workbookWorksheet-id (string) workbookTable-id (string) workbookTableColumn-id (string) |
| post_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_tables_by_workbook_table_id_columns_by_workbook_table_column_id_header_row_range_merge | Invoke action merge | drive-id (string) driveItem-id (string) workbookWorksheet-id (string) workbookTable-id (string) workbookTableColumn-id (string) data: { . across (boolean) } (object) required |
| get_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_tables_by_workbook_table_id_columns_by_workbook_table_column_id_header_row_range_offset_range_row_offset_by_row_offset_column_offset_by_column_offset_ | Invoke function offsetRange | drive-id (string) driveItem-id (string) workbookWorksheet-id (string) workbookTable-id (string) workbookTableColumn-id (string) rowOffset (number) columnOffset (number) |
| get_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_tables_by_workbook_table_id_columns_by_workbook_table_column_id_header_row_range_resized_range_delta_rows_by_delta_rows_delta_columns_by_delta_columns_ | Invoke function resizedRange | drive-id (string) driveItem-id (string) workbookWorksheet-id (string) workbookTable-id (string) workbookTableColumn-id (string) deltaRows (number) deltaColumns (number) |
| get_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_tables_by_workbook_table_id_columns_by_workbook_table_column_id_header_row_range_row_row_by_row_ | Invoke function row | drive-id (string) driveItem-id (string) workbookWorksheet-id (string) workbookTable-id (string) workbookTableColumn-id (string) row (number) |
| get_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_tables_by_workbook_table_id_columns_by_workbook_table_column_id_header_row_range_rows_above_ | Invoke function rowsAbove | drive-id (string) driveItem-id (string) workbookWorksheet-id (string) workbookTable-id (string) workbookTableColumn-id (string) |
| get_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_tables_by_workbook_table_id_columns_by_workbook_table_column_id_header_row_range_rows_above_count_by_count_ | Invoke function rowsAbove | drive-id (string) driveItem-id (string) workbookWorksheet-id (string) workbookTable-id (string) workbookTableColumn-id (string) count (number) |
| get_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_tables_by_workbook_table_id_columns_by_workbook_table_column_id_header_row_range_rows_below_ | Invoke function rowsBelow | drive-id (string) driveItem-id (string) workbookWorksheet-id (string) workbookTable-id (string) workbookTableColumn-id (string) |
| get_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_tables_by_workbook_table_id_columns_by_workbook_table_column_id_header_row_range_rows_below_count_by_count_ | Invoke function rowsBelow | drive-id (string) driveItem-id (string) workbookWorksheet-id (string) workbookTable-id (string) workbookTableColumn-id (string) count (number) |
| post_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_tables_by_workbook_table_id_columns_by_workbook_table_column_id_header_row_range_unmerge | Invoke action unmerge | drive-id (string) driveItem-id (string) workbookWorksheet-id (string) workbookTable-id (string) workbookTableColumn-id (string) |
| get_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_tables_by_workbook_table_id_columns_by_workbook_table_column_id_header_row_range_used_range_ | Invoke function usedRange | drive-id (string) driveItem-id (string) workbookWorksheet-id (string) workbookTable-id (string) workbookTableColumn-id (string) |
| get_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_tables_by_workbook_table_id_columns_by_workbook_table_column_id_header_row_range_used_range_values_only_by_values_only_ | Invoke function usedRange | drive-id (string) driveItem-id (string) workbookWorksheet-id (string) workbookTable-id (string) workbookTableColumn-id (string) valuesOnly (boolean) |
| get_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_tables_by_workbook_table_id_columns_by_workbook_table_column_id_header_row_range_visible_view_ | Invoke function visibleView | drive-id (string) driveItem-id (string) workbookWorksheet-id (string) workbookTable-id (string) workbookTableColumn-id (string) |
| get_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_tables_by_workbook_table_id_columns_by_workbook_table_column_id_header_row_range_sort | The worksheet containing the current range. Read-only. | drive-id (string) driveItem-id (string) workbookWorksheet-id (string) workbookTable-id (string) workbookTableColumn-id (string) $select (array) $expand (array) |
| patch_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_tables_by_workbook_table_id_columns_by_workbook_table_column_id_header_row_range_sort | Update the navigation property sort in drives | drive-id (string) driveItem-id (string) workbookWorksheet-id (string) workbookTable-id (string) workbookTableColumn-id (string) data (undefined) required |
| delete_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_tables_by_workbook_table_id_columns_by_workbook_table_column_id_header_row_range_sort | Delete navigation property sort for drives | drive-id (string) driveItem-id (string) workbookWorksheet-id (string) workbookTable-id (string) workbookTableColumn-id (string) If-Match (string) |
| get_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_tables_by_workbook_table_id_columns_by_workbook_table_column_id_header_row_range_worksheet | The worksheet containing the current range. Read-only. | drive-id (string) driveItem-id (string) workbookWorksheet-id (string) workbookTable-id (string) workbookTableColumn-id (string) $select (array) $expand (array) |
| get_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_tables_by_workbook_table_id_columns_by_workbook_table_column_id_range_ | Gets the range object associated with the entire column. | drive-id (string) driveItem-id (string) workbookWorksheet-id (string) workbookTable-id (string) workbookTableColumn-id (string) |
| get_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_tables_by_workbook_table_id_columns_by_workbook_table_column_id_range_format | Returns a format object, encapsulating the range's font, fill, borders, alignment, and other properties. Read-only. | drive-id (string) driveItem-id (string) workbookWorksheet-id (string) workbookTable-id (string) workbookTableColumn-id (string) $select (array) $expand (array) |
| patch_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_tables_by_workbook_table_id_columns_by_workbook_table_column_id_range_format | Update the navigation property format in drives | drive-id (string) driveItem-id (string) workbookWorksheet-id (string) workbookTable-id (string) workbookTableColumn-id (string) data (undefined) required |
| delete_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_tables_by_workbook_table_id_columns_by_workbook_table_column_id_range_format | Delete navigation property format for drives | drive-id (string) driveItem-id (string) workbookWorksheet-id (string) workbookTable-id (string) workbookTableColumn-id (string) If-Match (string) |
| get_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_tables_by_workbook_table_id_columns_by_workbook_table_column_id_range_bounding_rect_another_range_by_another_range_ | Invoke function boundingRect | drive-id (string) driveItem-id (string) workbookWorksheet-id (string) workbookTable-id (string) workbookTableColumn-id (string) anotherRange (string) |
| get_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_tables_by_workbook_table_id_columns_by_workbook_table_column_id_range_cell_row_by_row_column_by_column_ | Invoke function cell | drive-id (string) driveItem-id (string) workbookWorksheet-id (string) workbookTable-id (string) workbookTableColumn-id (string) row (number) column (number) |
| post_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_tables_by_workbook_table_id_columns_by_workbook_table_column_id_range_clear | Invoke action clear | drive-id (string) driveItem-id (string) workbookWorksheet-id (string) workbookTable-id (string) workbookTableColumn-id (string) data: { . applyTo (string) } (object) required |
| get_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_tables_by_workbook_table_id_columns_by_workbook_table_column_id_range_column_column_by_column_ | Invoke function column | drive-id (string) driveItem-id (string) workbookWorksheet-id (string) workbookTable-id (string) workbookTableColumn-id (string) column (number) |
| get_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_tables_by_workbook_table_id_columns_by_workbook_table_column_id_range_columns_after_ | Invoke function columnsAfter | drive-id (string) driveItem-id (string) workbookWorksheet-id (string) workbookTable-id (string) workbookTableColumn-id (string) |
| get_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_tables_by_workbook_table_id_columns_by_workbook_table_column_id_range_columns_after_count_by_count_ | Invoke function columnsAfter | drive-id (string) driveItem-id (string) workbookWorksheet-id (string) workbookTable-id (string) workbookTableColumn-id (string) count (number) |
| get_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_tables_by_workbook_table_id_columns_by_workbook_table_column_id_range_columns_before_ | Invoke function columnsBefore | drive-id (string) driveItem-id (string) workbookWorksheet-id (string) workbookTable-id (string) workbookTableColumn-id (string) |
| get_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_tables_by_workbook_table_id_columns_by_workbook_table_column_id_range_columns_before_count_by_count_ | Invoke function columnsBefore | drive-id (string) driveItem-id (string) workbookWorksheet-id (string) workbookTable-id (string) workbookTableColumn-id (string) count (number) |
| post_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_tables_by_workbook_table_id_columns_by_workbook_table_column_id_range_delete | Invoke action delete | drive-id (string) driveItem-id (string) workbookWorksheet-id (string) workbookTable-id (string) workbookTableColumn-id (string) data: { . shift (string) } (object) required |
| get_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_tables_by_workbook_table_id_columns_by_workbook_table_column_id_range_entire_column_ | Invoke function entireColumn | drive-id (string) driveItem-id (string) workbookWorksheet-id (string) workbookTable-id (string) workbookTableColumn-id (string) |
| get_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_tables_by_workbook_table_id_columns_by_workbook_table_column_id_range_entire_row_ | Invoke function entireRow | drive-id (string) driveItem-id (string) workbookWorksheet-id (string) workbookTable-id (string) workbookTableColumn-id (string) |
| post_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_tables_by_workbook_table_id_columns_by_workbook_table_column_id_range_insert | Invoke action insert | drive-id (string) driveItem-id (string) workbookWorksheet-id (string) workbookTable-id (string) workbookTableColumn-id (string) data: { . shift (string) } (object) required |
| get_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_tables_by_workbook_table_id_columns_by_workbook_table_column_id_range_intersection_another_range_by_another_range_ | Invoke function intersection | drive-id (string) driveItem-id (string) workbookWorksheet-id (string) workbookTable-id (string) workbookTableColumn-id (string) anotherRange (string) |
| get_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_tables_by_workbook_table_id_columns_by_workbook_table_column_id_range_last_cell_ | Invoke function lastCell | drive-id (string) driveItem-id (string) workbookWorksheet-id (string) workbookTable-id (string) workbookTableColumn-id (string) |
| get_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_tables_by_workbook_table_id_columns_by_workbook_table_column_id_range_last_column_ | Invoke function lastColumn | drive-id (string) driveItem-id (string) workbookWorksheet-id (string) workbookTable-id (string) workbookTableColumn-id (string) |
| get_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_tables_by_workbook_table_id_columns_by_workbook_table_column_id_range_last_row_ | Invoke function lastRow | drive-id (string) driveItem-id (string) workbookWorksheet-id (string) workbookTable-id (string) workbookTableColumn-id (string) |
| post_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_tables_by_workbook_table_id_columns_by_workbook_table_column_id_range_merge | Invoke action merge | drive-id (string) driveItem-id (string) workbookWorksheet-id (string) workbookTable-id (string) workbookTableColumn-id (string) data: { . across (boolean) } (object) required |
| get_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_tables_by_workbook_table_id_columns_by_workbook_table_column_id_range_offset_range_row_offset_by_row_offset_column_offset_by_column_offset_ | Invoke function offsetRange | drive-id (string) driveItem-id (string) workbookWorksheet-id (string) workbookTable-id (string) workbookTableColumn-id (string) rowOffset (number) columnOffset (number) |
| get_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_tables_by_workbook_table_id_columns_by_workbook_table_column_id_range_resized_range_delta_rows_by_delta_rows_delta_columns_by_delta_columns_ | Invoke function resizedRange | drive-id (string) driveItem-id (string) workbookWorksheet-id (string) workbookTable-id (string) workbookTableColumn-id (string) deltaRows (number) deltaColumns (number) |
| get_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_tables_by_workbook_table_id_columns_by_workbook_table_column_id_range_row_row_by_row_ | Invoke function row | drive-id (string) driveItem-id (string) workbookWorksheet-id (string) workbookTable-id (string) workbookTableColumn-id (string) row (number) |
| get_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_tables_by_workbook_table_id_columns_by_workbook_table_column_id_range_rows_above_ | Invoke function rowsAbove | drive-id (string) driveItem-id (string) workbookWorksheet-id (string) workbookTable-id (string) workbookTableColumn-id (string) |
| get_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_tables_by_workbook_table_id_columns_by_workbook_table_column_id_range_rows_above_count_by_count_ | Invoke function rowsAbove | drive-id (string) driveItem-id (string) workbookWorksheet-id (string) workbookTable-id (string) workbookTableColumn-id (string) count (number) |
| get_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_tables_by_workbook_table_id_columns_by_workbook_table_column_id_range_rows_below_ | Invoke function rowsBelow | drive-id (string) driveItem-id (string) workbookWorksheet-id (string) workbookTable-id (string) workbookTableColumn-id (string) |
| get_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_tables_by_workbook_table_id_columns_by_workbook_table_column_id_range_rows_below_count_by_count_ | Invoke function rowsBelow | drive-id (string) driveItem-id (string) workbookWorksheet-id (string) workbookTable-id (string) workbookTableColumn-id (string) count (number) |
| post_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_tables_by_workbook_table_id_columns_by_workbook_table_column_id_range_unmerge | Invoke action unmerge | drive-id (string) driveItem-id (string) workbookWorksheet-id (string) workbookTable-id (string) workbookTableColumn-id (string) |
| get_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_tables_by_workbook_table_id_columns_by_workbook_table_column_id_range_used_range_ | Invoke function usedRange | drive-id (string) driveItem-id (string) workbookWorksheet-id (string) workbookTable-id (string) workbookTableColumn-id (string) |
| get_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_tables_by_workbook_table_id_columns_by_workbook_table_column_id_range_used_range_values_only_by_values_only_ | Invoke function usedRange | drive-id (string) driveItem-id (string) workbookWorksheet-id (string) workbookTable-id (string) workbookTableColumn-id (string) valuesOnly (boolean) |
| get_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_tables_by_workbook_table_id_columns_by_workbook_table_column_id_range_visible_view_ | Invoke function visibleView | drive-id (string) driveItem-id (string) workbookWorksheet-id (string) workbookTable-id (string) workbookTableColumn-id (string) |
| get_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_tables_by_workbook_table_id_columns_by_workbook_table_column_id_range_sort | The worksheet containing the current range. Read-only. | drive-id (string) driveItem-id (string) workbookWorksheet-id (string) workbookTable-id (string) workbookTableColumn-id (string) $select (array) $expand (array) |
| patch_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_tables_by_workbook_table_id_columns_by_workbook_table_column_id_range_sort | Update the navigation property sort in drives | drive-id (string) driveItem-id (string) workbookWorksheet-id (string) workbookTable-id (string) workbookTableColumn-id (string) data (undefined) required |
| delete_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_tables_by_workbook_table_id_columns_by_workbook_table_column_id_range_sort | Delete navigation property sort for drives | drive-id (string) driveItem-id (string) workbookWorksheet-id (string) workbookTable-id (string) workbookTableColumn-id (string) If-Match (string) |
| get_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_tables_by_workbook_table_id_columns_by_workbook_table_column_id_range_worksheet | The worksheet containing the current range. Read-only. | drive-id (string) driveItem-id (string) workbookWorksheet-id (string) workbookTable-id (string) workbookTableColumn-id (string) $select (array) $expand (array) |
| get_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_tables_by_workbook_table_id_columns_by_workbook_table_column_id_total_row_range_ | Gets the range object associated with the totals row of the column. | drive-id (string) driveItem-id (string) workbookWorksheet-id (string) workbookTable-id (string) workbookTableColumn-id (string) |
| get_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_tables_by_workbook_table_id_columns_by_workbook_table_column_id_total_row_range_format | Returns a format object, encapsulating the range's font, fill, borders, alignment, and other properties. Read-only. | drive-id (string) driveItem-id (string) workbookWorksheet-id (string) workbookTable-id (string) workbookTableColumn-id (string) $select (array) $expand (array) |
| patch_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_tables_by_workbook_table_id_columns_by_workbook_table_column_id_total_row_range_format | Update the navigation property format in drives | drive-id (string) driveItem-id (string) workbookWorksheet-id (string) workbookTable-id (string) workbookTableColumn-id (string) data (undefined) required |
| delete_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_tables_by_workbook_table_id_columns_by_workbook_table_column_id_total_row_range_format | Delete navigation property format for drives | drive-id (string) driveItem-id (string) workbookWorksheet-id (string) workbookTable-id (string) workbookTableColumn-id (string) If-Match (string) |
| get_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_tables_by_workbook_table_id_columns_by_workbook_table_column_id_total_row_range_bounding_rect_another_range_by_another_range_ | Invoke function boundingRect | drive-id (string) driveItem-id (string) workbookWorksheet-id (string) workbookTable-id (string) workbookTableColumn-id (string) anotherRange (string) |
| get_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_tables_by_workbook_table_id_columns_by_workbook_table_column_id_total_row_range_cell_row_by_row_column_by_column_ | Invoke function cell | drive-id (string) driveItem-id (string) workbookWorksheet-id (string) workbookTable-id (string) workbookTableColumn-id (string) row (number) column (number) |
| post_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_tables_by_workbook_table_id_columns_by_workbook_table_column_id_total_row_range_clear | Invoke action clear | drive-id (string) driveItem-id (string) workbookWorksheet-id (string) workbookTable-id (string) workbookTableColumn-id (string) data: { . applyTo (string) } (object) required |
| get_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_tables_by_workbook_table_id_columns_by_workbook_table_column_id_total_row_range_column_column_by_column_ | Invoke function column | drive-id (string) driveItem-id (string) workbookWorksheet-id (string) workbookTable-id (string) workbookTableColumn-id (string) column (number) |
| get_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_tables_by_workbook_table_id_columns_by_workbook_table_column_id_total_row_range_columns_after_ | Invoke function columnsAfter | drive-id (string) driveItem-id (string) workbookWorksheet-id (string) workbookTable-id (string) workbookTableColumn-id (string) |
| get_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_tables_by_workbook_table_id_columns_by_workbook_table_column_id_total_row_range_columns_after_count_by_count_ | Invoke function columnsAfter | drive-id (string) driveItem-id (string) workbookWorksheet-id (string) workbookTable-id (string) workbookTableColumn-id (string) count (number) |
| get_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_tables_by_workbook_table_id_columns_by_workbook_table_column_id_total_row_range_columns_before_ | Invoke function columnsBefore | drive-id (string) driveItem-id (string) workbookWorksheet-id (string) workbookTable-id (string) workbookTableColumn-id (string) |
| get_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_tables_by_workbook_table_id_columns_by_workbook_table_column_id_total_row_range_columns_before_count_by_count_ | Invoke function columnsBefore | drive-id (string) driveItem-id (string) workbookWorksheet-id (string) workbookTable-id (string) workbookTableColumn-id (string) count (number) |
| post_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_tables_by_workbook_table_id_columns_by_workbook_table_column_id_total_row_range_delete | Invoke action delete | drive-id (string) driveItem-id (string) workbookWorksheet-id (string) workbookTable-id (string) workbookTableColumn-id (string) data: { . shift (string) } (object) required |
| get_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_tables_by_workbook_table_id_columns_by_workbook_table_column_id_total_row_range_entire_column_ | Invoke function entireColumn | drive-id (string) driveItem-id (string) workbookWorksheet-id (string) workbookTable-id (string) workbookTableColumn-id (string) |
| get_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_tables_by_workbook_table_id_columns_by_workbook_table_column_id_total_row_range_entire_row_ | Invoke function entireRow | drive-id (string) driveItem-id (string) workbookWorksheet-id (string) workbookTable-id (string) workbookTableColumn-id (string) |
| post_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_tables_by_workbook_table_id_columns_by_workbook_table_column_id_total_row_range_insert | Invoke action insert | drive-id (string) driveItem-id (string) workbookWorksheet-id (string) workbookTable-id (string) workbookTableColumn-id (string) data: { . shift (string) } (object) required |
| get_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_tables_by_workbook_table_id_columns_by_workbook_table_column_id_total_row_range_intersection_another_range_by_another_range_ | Invoke function intersection | drive-id (string) driveItem-id (string) workbookWorksheet-id (string) workbookTable-id (string) workbookTableColumn-id (string) anotherRange (string) |
| get_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_tables_by_workbook_table_id_columns_by_workbook_table_column_id_total_row_range_last_cell_ | Invoke function lastCell | drive-id (string) driveItem-id (string) workbookWorksheet-id (string) workbookTable-id (string) workbookTableColumn-id (string) |
| get_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_tables_by_workbook_table_id_columns_by_workbook_table_column_id_total_row_range_last_column_ | Invoke function lastColumn | drive-id (string) driveItem-id (string) workbookWorksheet-id (string) workbookTable-id (string) workbookTableColumn-id (string) |
| get_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_tables_by_workbook_table_id_columns_by_workbook_table_column_id_total_row_range_last_row_ | Invoke function lastRow | drive-id (string) driveItem-id (string) workbookWorksheet-id (string) workbookTable-id (string) workbookTableColumn-id (string) |
| post_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_tables_by_workbook_table_id_columns_by_workbook_table_column_id_total_row_range_merge | Invoke action merge | drive-id (string) driveItem-id (string) workbookWorksheet-id (string) workbookTable-id (string) workbookTableColumn-id (string) data: { . across (boolean) } (object) required |
| get_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_tables_by_workbook_table_id_columns_by_workbook_table_column_id_total_row_range_offset_range_row_offset_by_row_offset_column_offset_by_column_offset_ | Invoke function offsetRange | drive-id (string) driveItem-id (string) workbookWorksheet-id (string) workbookTable-id (string) workbookTableColumn-id (string) rowOffset (number) columnOffset (number) |
| get_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_tables_by_workbook_table_id_columns_by_workbook_table_column_id_total_row_range_resized_range_delta_rows_by_delta_rows_delta_columns_by_delta_columns_ | Invoke function resizedRange | drive-id (string) driveItem-id (string) workbookWorksheet-id (string) workbookTable-id (string) workbookTableColumn-id (string) deltaRows (number) deltaColumns (number) |
| get_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_tables_by_workbook_table_id_columns_by_workbook_table_column_id_total_row_range_row_row_by_row_ | Invoke function row | drive-id (string) driveItem-id (string) workbookWorksheet-id (string) workbookTable-id (string) workbookTableColumn-id (string) row (number) |
| get_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_tables_by_workbook_table_id_columns_by_workbook_table_column_id_total_row_range_rows_above_ | Invoke function rowsAbove | drive-id (string) driveItem-id (string) workbookWorksheet-id (string) workbookTable-id (string) workbookTableColumn-id (string) |
| get_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_tables_by_workbook_table_id_columns_by_workbook_table_column_id_total_row_range_rows_above_count_by_count_ | Invoke function rowsAbove | drive-id (string) driveItem-id (string) workbookWorksheet-id (string) workbookTable-id (string) workbookTableColumn-id (string) count (number) |
| get_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_tables_by_workbook_table_id_columns_by_workbook_table_column_id_total_row_range_rows_below_ | Invoke function rowsBelow | drive-id (string) driveItem-id (string) workbookWorksheet-id (string) workbookTable-id (string) workbookTableColumn-id (string) |
| get_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_tables_by_workbook_table_id_columns_by_workbook_table_column_id_total_row_range_rows_below_count_by_count_ | Invoke function rowsBelow | drive-id (string) driveItem-id (string) workbookWorksheet-id (string) workbookTable-id (string) workbookTableColumn-id (string) count (number) |
| post_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_tables_by_workbook_table_id_columns_by_workbook_table_column_id_total_row_range_unmerge | Invoke action unmerge | drive-id (string) driveItem-id (string) workbookWorksheet-id (string) workbookTable-id (string) workbookTableColumn-id (string) |
| get_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_tables_by_workbook_table_id_columns_by_workbook_table_column_id_total_row_range_used_range_ | Invoke function usedRange | drive-id (string) driveItem-id (string) workbookWorksheet-id (string) workbookTable-id (string) workbookTableColumn-id (string) |
| get_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_tables_by_workbook_table_id_columns_by_workbook_table_column_id_total_row_range_used_range_values_only_by_values_only_ | Invoke function usedRange | drive-id (string) driveItem-id (string) workbookWorksheet-id (string) workbookTable-id (string) workbookTableColumn-id (string) valuesOnly (boolean) |
| get_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_tables_by_workbook_table_id_columns_by_workbook_table_column_id_total_row_range_visible_view_ | Invoke function visibleView | drive-id (string) driveItem-id (string) workbookWorksheet-id (string) workbookTable-id (string) workbookTableColumn-id (string) |
| get_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_tables_by_workbook_table_id_columns_by_workbook_table_column_id_total_row_range_sort | The worksheet containing the current range. Read-only. | drive-id (string) driveItem-id (string) workbookWorksheet-id (string) workbookTable-id (string) workbookTableColumn-id (string) $select (array) $expand (array) |
| patch_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_tables_by_workbook_table_id_columns_by_workbook_table_column_id_total_row_range_sort | Update the navigation property sort in drives | drive-id (string) driveItem-id (string) workbookWorksheet-id (string) workbookTable-id (string) workbookTableColumn-id (string) data (undefined) required |
| delete_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_tables_by_workbook_table_id_columns_by_workbook_table_column_id_total_row_range_sort | Delete navigation property sort for drives | drive-id (string) driveItem-id (string) workbookWorksheet-id (string) workbookTable-id (string) workbookTableColumn-id (string) If-Match (string) |
| get_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_tables_by_workbook_table_id_columns_by_workbook_table_column_id_total_row_range_worksheet | The worksheet containing the current range. Read-only. | drive-id (string) driveItem-id (string) workbookWorksheet-id (string) workbookTable-id (string) workbookTableColumn-id (string) $select (array) $expand (array) |
| post_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_tables_by_workbook_table_id_columns_add | Adds a new column to the table. | drive-id (string) driveItem-id (string) workbookWorksheet-id (string) workbookTable-id (string) data: { . index (number) . values . name (string) } (object) required |
| get_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_tables_by_workbook_table_id_columns_count_ | Invoke function count | drive-id (string) driveItem-id (string) workbookWorksheet-id (string) workbookTable-id (string) |
| get_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_tables_by_workbook_table_id_columns_item_at_index_by_index_ | Gets a column based on its position in the collection. | drive-id (string) driveItem-id (string) workbookWorksheet-id (string) workbookTable-id (string) index (number) |
| get_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_tables_by_workbook_table_id_columns_item_at_index_by_index_filter | The filter applied to the column. Read-only. | drive-id (string) driveItem-id (string) workbookWorksheet-id (string) workbookTable-id (string) index (number) $select (array) $expand (array) |
| patch_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_tables_by_workbook_table_id_columns_item_at_index_by_index_filter | Update the navigation property filter in drives | drive-id (string) driveItem-id (string) workbookWorksheet-id (string) workbookTable-id (string) index (number) data (undefined) required |
| delete_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_tables_by_workbook_table_id_columns_item_at_index_by_index_filter | Delete navigation property filter for drives | drive-id (string) driveItem-id (string) workbookWorksheet-id (string) workbookTable-id (string) index (number) If-Match (string) |
| get_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_tables_by_workbook_table_id_columns_item_at_index_by_index_data_body_range_ | Gets the range object associated with the data body of the column. | drive-id (string) driveItem-id (string) workbookWorksheet-id (string) workbookTable-id (string) index (number) |
| get_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_tables_by_workbook_table_id_columns_item_at_index_by_index_header_row_range_ | Gets the range object associated with the header row of the column. | drive-id (string) driveItem-id (string) workbookWorksheet-id (string) workbookTable-id (string) index (number) |
| get_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_tables_by_workbook_table_id_columns_item_at_index_by_index_range_ | Gets the range object associated with the entire column. | drive-id (string) driveItem-id (string) workbookWorksheet-id (string) workbookTable-id (string) index (number) |
| get_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_tables_by_workbook_table_id_columns_item_at_index_by_index_total_row_range_ | Gets the range object associated with the totals row of the column. | drive-id (string) driveItem-id (string) workbookWorksheet-id (string) workbookTable-id (string) index (number) |
| post_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_tables_by_workbook_table_id_clear_filters | Clears all the filters currently applied on the table. | drive-id (string) driveItem-id (string) workbookWorksheet-id (string) workbookTable-id (string) |
| post_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_tables_by_workbook_table_id_convert_to_range | Converts the table into a normal range of cells. All data is preserved. | drive-id (string) driveItem-id (string) workbookWorksheet-id (string) workbookTable-id (string) |
| get_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_tables_by_workbook_table_id_data_body_range_ | Gets the range object associated with the data body of the table. | drive-id (string) driveItem-id (string) workbookWorksheet-id (string) workbookTable-id (string) |
| get_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_tables_by_workbook_table_id_data_body_range_format | Returns a format object, encapsulating the range's font, fill, borders, alignment, and other properties. Read-only. | drive-id (string) driveItem-id (string) workbookWorksheet-id (string) workbookTable-id (string) $select (array) $expand (array) |
| patch_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_tables_by_workbook_table_id_data_body_range_format | Update the navigation property format in drives | drive-id (string) driveItem-id (string) workbookWorksheet-id (string) workbookTable-id (string) data (undefined) required |
| delete_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_tables_by_workbook_table_id_data_body_range_format | Delete navigation property format for drives | drive-id (string) driveItem-id (string) workbookWorksheet-id (string) workbookTable-id (string) If-Match (string) |
| get_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_tables_by_workbook_table_id_data_body_range_bounding_rect_another_range_by_another_range_ | Invoke function boundingRect | drive-id (string) driveItem-id (string) workbookWorksheet-id (string) workbookTable-id (string) anotherRange (string) |
| get_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_tables_by_workbook_table_id_data_body_range_cell_row_by_row_column_by_column_ | Invoke function cell | drive-id (string) driveItem-id (string) workbookWorksheet-id (string) workbookTable-id (string) row (number) column (number) |
| post_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_tables_by_workbook_table_id_data_body_range_clear | Invoke action clear | drive-id (string) driveItem-id (string) workbookWorksheet-id (string) workbookTable-id (string) data: { . applyTo (string) } (object) required |
| get_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_tables_by_workbook_table_id_data_body_range_column_column_by_column_ | Invoke function column | drive-id (string) driveItem-id (string) workbookWorksheet-id (string) workbookTable-id (string) column (number) |
| get_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_tables_by_workbook_table_id_data_body_range_columns_after_ | Invoke function columnsAfter | drive-id (string) driveItem-id (string) workbookWorksheet-id (string) workbookTable-id (string) |
| get_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_tables_by_workbook_table_id_data_body_range_columns_after_count_by_count_ | Invoke function columnsAfter | drive-id (string) driveItem-id (string) workbookWorksheet-id (string) workbookTable-id (string) count (number) |
| get_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_tables_by_workbook_table_id_data_body_range_columns_before_ | Invoke function columnsBefore | drive-id (string) driveItem-id (string) workbookWorksheet-id (string) workbookTable-id (string) |
| get_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_tables_by_workbook_table_id_data_body_range_columns_before_count_by_count_ | Invoke function columnsBefore | drive-id (string) driveItem-id (string) workbookWorksheet-id (string) workbookTable-id (string) count (number) |
| post_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_tables_by_workbook_table_id_data_body_range_delete | Invoke action delete | drive-id (string) driveItem-id (string) workbookWorksheet-id (string) workbookTable-id (string) data: { . shift (string) } (object) required |
| get_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_tables_by_workbook_table_id_data_body_range_entire_column_ | Invoke function entireColumn | drive-id (string) driveItem-id (string) workbookWorksheet-id (string) workbookTable-id (string) |
| get_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_tables_by_workbook_table_id_data_body_range_entire_row_ | Invoke function entireRow | drive-id (string) driveItem-id (string) workbookWorksheet-id (string) workbookTable-id (string) |
| post_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_tables_by_workbook_table_id_data_body_range_insert | Invoke action insert | drive-id (string) driveItem-id (string) workbookWorksheet-id (string) workbookTable-id (string) data: { . shift (string) } (object) required |
| get_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_tables_by_workbook_table_id_data_body_range_intersection_another_range_by_another_range_ | Invoke function intersection | drive-id (string) driveItem-id (string) workbookWorksheet-id (string) workbookTable-id (string) anotherRange (string) |
| get_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_tables_by_workbook_table_id_data_body_range_last_cell_ | Invoke function lastCell | drive-id (string) driveItem-id (string) workbookWorksheet-id (string) workbookTable-id (string) |
| get_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_tables_by_workbook_table_id_data_body_range_last_column_ | Invoke function lastColumn | drive-id (string) driveItem-id (string) workbookWorksheet-id (string) workbookTable-id (string) |
| get_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_tables_by_workbook_table_id_data_body_range_last_row_ | Invoke function lastRow | drive-id (string) driveItem-id (string) workbookWorksheet-id (string) workbookTable-id (string) |
| post_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_tables_by_workbook_table_id_data_body_range_merge | Invoke action merge | drive-id (string) driveItem-id (string) workbookWorksheet-id (string) workbookTable-id (string) data: { . across (boolean) } (object) required |
| get_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_tables_by_workbook_table_id_data_body_range_offset_range_row_offset_by_row_offset_column_offset_by_column_offset_ | Invoke function offsetRange | drive-id (string) driveItem-id (string) workbookWorksheet-id (string) workbookTable-id (string) rowOffset (number) columnOffset (number) |
| get_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_tables_by_workbook_table_id_data_body_range_resized_range_delta_rows_by_delta_rows_delta_columns_by_delta_columns_ | Invoke function resizedRange | drive-id (string) driveItem-id (string) workbookWorksheet-id (string) workbookTable-id (string) deltaRows (number) deltaColumns (number) |
| get_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_tables_by_workbook_table_id_data_body_range_row_row_by_row_ | Invoke function row | drive-id (string) driveItem-id (string) workbookWorksheet-id (string) workbookTable-id (string) row (number) |
| get_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_tables_by_workbook_table_id_data_body_range_rows_above_ | Invoke function rowsAbove | drive-id (string) driveItem-id (string) workbookWorksheet-id (string) workbookTable-id (string) |
| get_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_tables_by_workbook_table_id_data_body_range_rows_above_count_by_count_ | Invoke function rowsAbove | drive-id (string) driveItem-id (string) workbookWorksheet-id (string) workbookTable-id (string) count (number) |
| get_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_tables_by_workbook_table_id_data_body_range_rows_below_ | Invoke function rowsBelow | drive-id (string) driveItem-id (string) workbookWorksheet-id (string) workbookTable-id (string) |
| get_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_tables_by_workbook_table_id_data_body_range_rows_below_count_by_count_ | Invoke function rowsBelow | drive-id (string) driveItem-id (string) workbookWorksheet-id (string) workbookTable-id (string) count (number) |
| post_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_tables_by_workbook_table_id_data_body_range_unmerge | Invoke action unmerge | drive-id (string) driveItem-id (string) workbookWorksheet-id (string) workbookTable-id (string) |
| get_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_tables_by_workbook_table_id_data_body_range_used_range_ | Invoke function usedRange | drive-id (string) driveItem-id (string) workbookWorksheet-id (string) workbookTable-id (string) |
| get_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_tables_by_workbook_table_id_data_body_range_used_range_values_only_by_values_only_ | Invoke function usedRange | drive-id (string) driveItem-id (string) workbookWorksheet-id (string) workbookTable-id (string) valuesOnly (boolean) |
| get_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_tables_by_workbook_table_id_data_body_range_visible_view_ | Invoke function visibleView | drive-id (string) driveItem-id (string) workbookWorksheet-id (string) workbookTable-id (string) |
| get_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_tables_by_workbook_table_id_data_body_range_sort | The worksheet containing the current range. Read-only. | drive-id (string) driveItem-id (string) workbookWorksheet-id (string) workbookTable-id (string) $select (array) $expand (array) |
| patch_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_tables_by_workbook_table_id_data_body_range_sort | Update the navigation property sort in drives | drive-id (string) driveItem-id (string) workbookWorksheet-id (string) workbookTable-id (string) data (undefined) required |
| delete_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_tables_by_workbook_table_id_data_body_range_sort | Delete navigation property sort for drives | drive-id (string) driveItem-id (string) workbookWorksheet-id (string) workbookTable-id (string) If-Match (string) |
| get_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_tables_by_workbook_table_id_data_body_range_worksheet | The worksheet containing the current range. Read-only. | drive-id (string) driveItem-id (string) workbookWorksheet-id (string) workbookTable-id (string) $select (array) $expand (array) |
| get_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_tables_by_workbook_table_id_header_row_range_ | Gets the range object associated with header row of the table. | drive-id (string) driveItem-id (string) workbookWorksheet-id (string) workbookTable-id (string) |
| get_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_tables_by_workbook_table_id_header_row_range_format | Returns a format object, encapsulating the range's font, fill, borders, alignment, and other properties. Read-only. | drive-id (string) driveItem-id (string) workbookWorksheet-id (string) workbookTable-id (string) $select (array) $expand (array) |
| patch_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_tables_by_workbook_table_id_header_row_range_format | Update the navigation property format in drives | drive-id (string) driveItem-id (string) workbookWorksheet-id (string) workbookTable-id (string) data (undefined) required |
| delete_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_tables_by_workbook_table_id_header_row_range_format | Delete navigation property format for drives | drive-id (string) driveItem-id (string) workbookWorksheet-id (string) workbookTable-id (string) If-Match (string) |
| get_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_tables_by_workbook_table_id_header_row_range_bounding_rect_another_range_by_another_range_ | Invoke function boundingRect | drive-id (string) driveItem-id (string) workbookWorksheet-id (string) workbookTable-id (string) anotherRange (string) |
| get_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_tables_by_workbook_table_id_header_row_range_cell_row_by_row_column_by_column_ | Invoke function cell | drive-id (string) driveItem-id (string) workbookWorksheet-id (string) workbookTable-id (string) row (number) column (number) |
| post_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_tables_by_workbook_table_id_header_row_range_clear | Invoke action clear | drive-id (string) driveItem-id (string) workbookWorksheet-id (string) workbookTable-id (string) data: { . applyTo (string) } (object) required |
| get_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_tables_by_workbook_table_id_header_row_range_column_column_by_column_ | Invoke function column | drive-id (string) driveItem-id (string) workbookWorksheet-id (string) workbookTable-id (string) column (number) |
| get_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_tables_by_workbook_table_id_header_row_range_columns_after_ | Invoke function columnsAfter | drive-id (string) driveItem-id (string) workbookWorksheet-id (string) workbookTable-id (string) |
| get_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_tables_by_workbook_table_id_header_row_range_columns_after_count_by_count_ | Invoke function columnsAfter | drive-id (string) driveItem-id (string) workbookWorksheet-id (string) workbookTable-id (string) count (number) |
| get_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_tables_by_workbook_table_id_header_row_range_columns_before_ | Invoke function columnsBefore | drive-id (string) driveItem-id (string) workbookWorksheet-id (string) workbookTable-id (string) |
| get_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_tables_by_workbook_table_id_header_row_range_columns_before_count_by_count_ | Invoke function columnsBefore | drive-id (string) driveItem-id (string) workbookWorksheet-id (string) workbookTable-id (string) count (number) |
| post_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_tables_by_workbook_table_id_header_row_range_delete | Invoke action delete | drive-id (string) driveItem-id (string) workbookWorksheet-id (string) workbookTable-id (string) data: { . shift (string) } (object) required |
| get_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_tables_by_workbook_table_id_header_row_range_entire_column_ | Invoke function entireColumn | drive-id (string) driveItem-id (string) workbookWorksheet-id (string) workbookTable-id (string) |
| get_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_tables_by_workbook_table_id_header_row_range_entire_row_ | Invoke function entireRow | drive-id (string) driveItem-id (string) workbookWorksheet-id (string) workbookTable-id (string) |
| post_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_tables_by_workbook_table_id_header_row_range_insert | Invoke action insert | drive-id (string) driveItem-id (string) workbookWorksheet-id (string) workbookTable-id (string) data: { . shift (string) } (object) required |
| get_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_tables_by_workbook_table_id_header_row_range_intersection_another_range_by_another_range_ | Invoke function intersection | drive-id (string) driveItem-id (string) workbookWorksheet-id (string) workbookTable-id (string) anotherRange (string) |
| get_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_tables_by_workbook_table_id_header_row_range_last_cell_ | Invoke function lastCell | drive-id (string) driveItem-id (string) workbookWorksheet-id (string) workbookTable-id (string) |
| get_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_tables_by_workbook_table_id_header_row_range_last_column_ | Invoke function lastColumn | drive-id (string) driveItem-id (string) workbookWorksheet-id (string) workbookTable-id (string) |
| get_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_tables_by_workbook_table_id_header_row_range_last_row_ | Invoke function lastRow | drive-id (string) driveItem-id (string) workbookWorksheet-id (string) workbookTable-id (string) |
| post_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_tables_by_workbook_table_id_header_row_range_merge | Invoke action merge | drive-id (string) driveItem-id (string) workbookWorksheet-id (string) workbookTable-id (string) data: { . across (boolean) } (object) required |
| get_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_tables_by_workbook_table_id_header_row_range_offset_range_row_offset_by_row_offset_column_offset_by_column_offset_ | Invoke function offsetRange | drive-id (string) driveItem-id (string) workbookWorksheet-id (string) workbookTable-id (string) rowOffset (number) columnOffset (number) |
| get_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_tables_by_workbook_table_id_header_row_range_resized_range_delta_rows_by_delta_rows_delta_columns_by_delta_columns_ | Invoke function resizedRange | drive-id (string) driveItem-id (string) workbookWorksheet-id (string) workbookTable-id (string) deltaRows (number) deltaColumns (number) |
| get_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_tables_by_workbook_table_id_header_row_range_row_row_by_row_ | Invoke function row | drive-id (string) driveItem-id (string) workbookWorksheet-id (string) workbookTable-id (string) row (number) |
| get_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_tables_by_workbook_table_id_header_row_range_rows_above_ | Invoke function rowsAbove | drive-id (string) driveItem-id (string) workbookWorksheet-id (string) workbookTable-id (string) |
| get_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_tables_by_workbook_table_id_header_row_range_rows_above_count_by_count_ | Invoke function rowsAbove | drive-id (string) driveItem-id (string) workbookWorksheet-id (string) workbookTable-id (string) count (number) |
| get_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_tables_by_workbook_table_id_header_row_range_rows_below_ | Invoke function rowsBelow | drive-id (string) driveItem-id (string) workbookWorksheet-id (string) workbookTable-id (string) |
| get_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_tables_by_workbook_table_id_header_row_range_rows_below_count_by_count_ | Invoke function rowsBelow | drive-id (string) driveItem-id (string) workbookWorksheet-id (string) workbookTable-id (string) count (number) |
| post_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_tables_by_workbook_table_id_header_row_range_unmerge | Invoke action unmerge | drive-id (string) driveItem-id (string) workbookWorksheet-id (string) workbookTable-id (string) |
| get_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_tables_by_workbook_table_id_header_row_range_used_range_ | Invoke function usedRange | drive-id (string) driveItem-id (string) workbookWorksheet-id (string) workbookTable-id (string) |
| get_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_tables_by_workbook_table_id_header_row_range_used_range_values_only_by_values_only_ | Invoke function usedRange | drive-id (string) driveItem-id (string) workbookWorksheet-id (string) workbookTable-id (string) valuesOnly (boolean) |
| get_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_tables_by_workbook_table_id_header_row_range_visible_view_ | Invoke function visibleView | drive-id (string) driveItem-id (string) workbookWorksheet-id (string) workbookTable-id (string) |
| get_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_tables_by_workbook_table_id_header_row_range_sort | The worksheet containing the current range. Read-only. | drive-id (string) driveItem-id (string) workbookWorksheet-id (string) workbookTable-id (string) $select (array) $expand (array) |
| patch_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_tables_by_workbook_table_id_header_row_range_sort | Update the navigation property sort in drives | drive-id (string) driveItem-id (string) workbookWorksheet-id (string) workbookTable-id (string) data (undefined) required |
| delete_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_tables_by_workbook_table_id_header_row_range_sort | Delete navigation property sort for drives | drive-id (string) driveItem-id (string) workbookWorksheet-id (string) workbookTable-id (string) If-Match (string) |
| get_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_tables_by_workbook_table_id_header_row_range_worksheet | The worksheet containing the current range. Read-only. | drive-id (string) driveItem-id (string) workbookWorksheet-id (string) workbookTable-id (string) $select (array) $expand (array) |
| get_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_tables_by_workbook_table_id_range_ | Get the range object associated with the entire table. | drive-id (string) driveItem-id (string) workbookWorksheet-id (string) workbookTable-id (string) |
| get_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_tables_by_workbook_table_id_range_format | Returns a format object, encapsulating the range's font, fill, borders, alignment, and other properties. Read-only. | drive-id (string) driveItem-id (string) workbookWorksheet-id (string) workbookTable-id (string) $select (array) $expand (array) |
| patch_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_tables_by_workbook_table_id_range_format | Update the navigation property format in drives | drive-id (string) driveItem-id (string) workbookWorksheet-id (string) workbookTable-id (string) data (undefined) required |
| delete_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_tables_by_workbook_table_id_range_format | Delete navigation property format for drives | drive-id (string) driveItem-id (string) workbookWorksheet-id (string) workbookTable-id (string) If-Match (string) |
| get_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_tables_by_workbook_table_id_range_bounding_rect_another_range_by_another_range_ | Invoke function boundingRect | drive-id (string) driveItem-id (string) workbookWorksheet-id (string) workbookTable-id (string) anotherRange (string) |
| get_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_tables_by_workbook_table_id_range_cell_row_by_row_column_by_column_ | Invoke function cell | drive-id (string) driveItem-id (string) workbookWorksheet-id (string) workbookTable-id (string) row (number) column (number) |
| post_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_tables_by_workbook_table_id_range_clear | Invoke action clear | drive-id (string) driveItem-id (string) workbookWorksheet-id (string) workbookTable-id (string) data: { . applyTo (string) } (object) required |
| get_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_tables_by_workbook_table_id_range_column_column_by_column_ | Invoke function column | drive-id (string) driveItem-id (string) workbookWorksheet-id (string) workbookTable-id (string) column (number) |
| get_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_tables_by_workbook_table_id_range_columns_after_ | Invoke function columnsAfter | drive-id (string) driveItem-id (string) workbookWorksheet-id (string) workbookTable-id (string) |
| get_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_tables_by_workbook_table_id_range_columns_after_count_by_count_ | Invoke function columnsAfter | drive-id (string) driveItem-id (string) workbookWorksheet-id (string) workbookTable-id (string) count (number) |
| get_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_tables_by_workbook_table_id_range_columns_before_ | Invoke function columnsBefore | drive-id (string) driveItem-id (string) workbookWorksheet-id (string) workbookTable-id (string) |
| get_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_tables_by_workbook_table_id_range_columns_before_count_by_count_ | Invoke function columnsBefore | drive-id (string) driveItem-id (string) workbookWorksheet-id (string) workbookTable-id (string) count (number) |
| post_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_tables_by_workbook_table_id_range_delete | Invoke action delete | drive-id (string) driveItem-id (string) workbookWorksheet-id (string) workbookTable-id (string) data: { . shift (string) } (object) required |
| get_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_tables_by_workbook_table_id_range_entire_column_ | Invoke function entireColumn | drive-id (string) driveItem-id (string) workbookWorksheet-id (string) workbookTable-id (string) |
| get_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_tables_by_workbook_table_id_range_entire_row_ | Invoke function entireRow | drive-id (string) driveItem-id (string) workbookWorksheet-id (string) workbookTable-id (string) |
| post_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_tables_by_workbook_table_id_range_insert | Invoke action insert | drive-id (string) driveItem-id (string) workbookWorksheet-id (string) workbookTable-id (string) data: { . shift (string) } (object) required |
| get_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_tables_by_workbook_table_id_range_intersection_another_range_by_another_range_ | Invoke function intersection | drive-id (string) driveItem-id (string) workbookWorksheet-id (string) workbookTable-id (string) anotherRange (string) |
| get_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_tables_by_workbook_table_id_range_last_cell_ | Invoke function lastCell | drive-id (string) driveItem-id (string) workbookWorksheet-id (string) workbookTable-id (string) |
| get_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_tables_by_workbook_table_id_range_last_column_ | Invoke function lastColumn | drive-id (string) driveItem-id (string) workbookWorksheet-id (string) workbookTable-id (string) |
| get_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_tables_by_workbook_table_id_range_last_row_ | Invoke function lastRow | drive-id (string) driveItem-id (string) workbookWorksheet-id (string) workbookTable-id (string) |
| post_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_tables_by_workbook_table_id_range_merge | Invoke action merge | drive-id (string) driveItem-id (string) workbookWorksheet-id (string) workbookTable-id (string) data: { . across (boolean) } (object) required |
| get_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_tables_by_workbook_table_id_range_offset_range_row_offset_by_row_offset_column_offset_by_column_offset_ | Invoke function offsetRange | drive-id (string) driveItem-id (string) workbookWorksheet-id (string) workbookTable-id (string) rowOffset (number) columnOffset (number) |
| get_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_tables_by_workbook_table_id_range_resized_range_delta_rows_by_delta_rows_delta_columns_by_delta_columns_ | Invoke function resizedRange | drive-id (string) driveItem-id (string) workbookWorksheet-id (string) workbookTable-id (string) deltaRows (number) deltaColumns (number) |
| get_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_tables_by_workbook_table_id_range_row_row_by_row_ | Invoke function row | drive-id (string) driveItem-id (string) workbookWorksheet-id (string) workbookTable-id (string) row (number) |
| get_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_tables_by_workbook_table_id_range_rows_above_ | Invoke function rowsAbove | drive-id (string) driveItem-id (string) workbookWorksheet-id (string) workbookTable-id (string) |
| get_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_tables_by_workbook_table_id_range_rows_above_count_by_count_ | Invoke function rowsAbove | drive-id (string) driveItem-id (string) workbookWorksheet-id (string) workbookTable-id (string) count (number) |
| get_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_tables_by_workbook_table_id_range_rows_below_ | Invoke function rowsBelow | drive-id (string) driveItem-id (string) workbookWorksheet-id (string) workbookTable-id (string) |
| get_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_tables_by_workbook_table_id_range_rows_below_count_by_count_ | Invoke function rowsBelow | drive-id (string) driveItem-id (string) workbookWorksheet-id (string) workbookTable-id (string) count (number) |
| post_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_tables_by_workbook_table_id_range_unmerge | Invoke action unmerge | drive-id (string) driveItem-id (string) workbookWorksheet-id (string) workbookTable-id (string) |
| get_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_tables_by_workbook_table_id_range_used_range_ | Invoke function usedRange | drive-id (string) driveItem-id (string) workbookWorksheet-id (string) workbookTable-id (string) |
| get_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_tables_by_workbook_table_id_range_used_range_values_only_by_values_only_ | Invoke function usedRange | drive-id (string) driveItem-id (string) workbookWorksheet-id (string) workbookTable-id (string) valuesOnly (boolean) |
| get_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_tables_by_workbook_table_id_range_visible_view_ | Invoke function visibleView | drive-id (string) driveItem-id (string) workbookWorksheet-id (string) workbookTable-id (string) |
| get_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_tables_by_workbook_table_id_range_sort | The worksheet containing the current range. Read-only. | drive-id (string) driveItem-id (string) workbookWorksheet-id (string) workbookTable-id (string) $select (array) $expand (array) |
| patch_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_tables_by_workbook_table_id_range_sort | Update the navigation property sort in drives | drive-id (string) driveItem-id (string) workbookWorksheet-id (string) workbookTable-id (string) data (undefined) required |
| delete_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_tables_by_workbook_table_id_range_sort | Delete navigation property sort for drives | drive-id (string) driveItem-id (string) workbookWorksheet-id (string) workbookTable-id (string) If-Match (string) |
| get_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_tables_by_workbook_table_id_range_worksheet | The worksheet containing the current range. Read-only. | drive-id (string) driveItem-id (string) workbookWorksheet-id (string) workbookTable-id (string) $select (array) $expand (array) |
| post_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_tables_by_workbook_table_id_reapply_filters | Reapplies all the filters currently on the table. | drive-id (string) driveItem-id (string) workbookWorksheet-id (string) workbookTable-id (string) |
| get_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_tables_by_workbook_table_id_total_row_range_ | Gets the range object associated with totals row of the table. | drive-id (string) driveItem-id (string) workbookWorksheet-id (string) workbookTable-id (string) |
| get_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_tables_by_workbook_table_id_total_row_range_format | Returns a format object, encapsulating the range's font, fill, borders, alignment, and other properties. Read-only. | drive-id (string) driveItem-id (string) workbookWorksheet-id (string) workbookTable-id (string) $select (array) $expand (array) |
| patch_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_tables_by_workbook_table_id_total_row_range_format | Update the navigation property format in drives | drive-id (string) driveItem-id (string) workbookWorksheet-id (string) workbookTable-id (string) data (undefined) required |
| delete_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_tables_by_workbook_table_id_total_row_range_format | Delete navigation property format for drives | drive-id (string) driveItem-id (string) workbookWorksheet-id (string) workbookTable-id (string) If-Match (string) |
| get_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_tables_by_workbook_table_id_total_row_range_bounding_rect_another_range_by_another_range_ | Invoke function boundingRect | drive-id (string) driveItem-id (string) workbookWorksheet-id (string) workbookTable-id (string) anotherRange (string) |
| get_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_tables_by_workbook_table_id_total_row_range_cell_row_by_row_column_by_column_ | Invoke function cell | drive-id (string) driveItem-id (string) workbookWorksheet-id (string) workbookTable-id (string) row (number) column (number) |
| post_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_tables_by_workbook_table_id_total_row_range_clear | Invoke action clear | drive-id (string) driveItem-id (string) workbookWorksheet-id (string) workbookTable-id (string) data: { . applyTo (string) } (object) required |
| get_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_tables_by_workbook_table_id_total_row_range_column_column_by_column_ | Invoke function column | drive-id (string) driveItem-id (string) workbookWorksheet-id (string) workbookTable-id (string) column (number) |
| get_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_tables_by_workbook_table_id_total_row_range_columns_after_ | Invoke function columnsAfter | drive-id (string) driveItem-id (string) workbookWorksheet-id (string) workbookTable-id (string) |
| get_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_tables_by_workbook_table_id_total_row_range_columns_after_count_by_count_ | Invoke function columnsAfter | drive-id (string) driveItem-id (string) workbookWorksheet-id (string) workbookTable-id (string) count (number) |
| get_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_tables_by_workbook_table_id_total_row_range_columns_before_ | Invoke function columnsBefore | drive-id (string) driveItem-id (string) workbookWorksheet-id (string) workbookTable-id (string) |
| get_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_tables_by_workbook_table_id_total_row_range_columns_before_count_by_count_ | Invoke function columnsBefore | drive-id (string) driveItem-id (string) workbookWorksheet-id (string) workbookTable-id (string) count (number) |
| post_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_tables_by_workbook_table_id_total_row_range_delete | Invoke action delete | drive-id (string) driveItem-id (string) workbookWorksheet-id (string) workbookTable-id (string) data: { . shift (string) } (object) required |
| get_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_tables_by_workbook_table_id_total_row_range_entire_column_ | Invoke function entireColumn | drive-id (string) driveItem-id (string) workbookWorksheet-id (string) workbookTable-id (string) |
| get_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_tables_by_workbook_table_id_total_row_range_entire_row_ | Invoke function entireRow | drive-id (string) driveItem-id (string) workbookWorksheet-id (string) workbookTable-id (string) |
| post_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_tables_by_workbook_table_id_total_row_range_insert | Invoke action insert | drive-id (string) driveItem-id (string) workbookWorksheet-id (string) workbookTable-id (string) data: { . shift (string) } (object) required |
| get_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_tables_by_workbook_table_id_total_row_range_intersection_another_range_by_another_range_ | Invoke function intersection | drive-id (string) driveItem-id (string) workbookWorksheet-id (string) workbookTable-id (string) anotherRange (string) |
| get_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_tables_by_workbook_table_id_total_row_range_last_cell_ | Invoke function lastCell | drive-id (string) driveItem-id (string) workbookWorksheet-id (string) workbookTable-id (string) |
| get_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_tables_by_workbook_table_id_total_row_range_last_column_ | Invoke function lastColumn | drive-id (string) driveItem-id (string) workbookWorksheet-id (string) workbookTable-id (string) |
| get_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_tables_by_workbook_table_id_total_row_range_last_row_ | Invoke function lastRow | drive-id (string) driveItem-id (string) workbookWorksheet-id (string) workbookTable-id (string) |
| post_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_tables_by_workbook_table_id_total_row_range_merge | Invoke action merge | drive-id (string) driveItem-id (string) workbookWorksheet-id (string) workbookTable-id (string) data: { . across (boolean) } (object) required |
| get_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_tables_by_workbook_table_id_total_row_range_offset_range_row_offset_by_row_offset_column_offset_by_column_offset_ | Invoke function offsetRange | drive-id (string) driveItem-id (string) workbookWorksheet-id (string) workbookTable-id (string) rowOffset (number) columnOffset (number) |
| get_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_tables_by_workbook_table_id_total_row_range_resized_range_delta_rows_by_delta_rows_delta_columns_by_delta_columns_ | Invoke function resizedRange | drive-id (string) driveItem-id (string) workbookWorksheet-id (string) workbookTable-id (string) deltaRows (number) deltaColumns (number) |
| get_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_tables_by_workbook_table_id_total_row_range_row_row_by_row_ | Invoke function row | drive-id (string) driveItem-id (string) workbookWorksheet-id (string) workbookTable-id (string) row (number) |
| get_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_tables_by_workbook_table_id_total_row_range_rows_above_ | Invoke function rowsAbove | drive-id (string) driveItem-id (string) workbookWorksheet-id (string) workbookTable-id (string) |
| get_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_tables_by_workbook_table_id_total_row_range_rows_above_count_by_count_ | Invoke function rowsAbove | drive-id (string) driveItem-id (string) workbookWorksheet-id (string) workbookTable-id (string) count (number) |
| get_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_tables_by_workbook_table_id_total_row_range_rows_below_ | Invoke function rowsBelow | drive-id (string) driveItem-id (string) workbookWorksheet-id (string) workbookTable-id (string) |
| get_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_tables_by_workbook_table_id_total_row_range_rows_below_count_by_count_ | Invoke function rowsBelow | drive-id (string) driveItem-id (string) workbookWorksheet-id (string) workbookTable-id (string) count (number) |
| post_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_tables_by_workbook_table_id_total_row_range_unmerge | Invoke action unmerge | drive-id (string) driveItem-id (string) workbookWorksheet-id (string) workbookTable-id (string) |
| get_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_tables_by_workbook_table_id_total_row_range_used_range_ | Invoke function usedRange | drive-id (string) driveItem-id (string) workbookWorksheet-id (string) workbookTable-id (string) |
| get_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_tables_by_workbook_table_id_total_row_range_used_range_values_only_by_values_only_ | Invoke function usedRange | drive-id (string) driveItem-id (string) workbookWorksheet-id (string) workbookTable-id (string) valuesOnly (boolean) |
| get_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_tables_by_workbook_table_id_total_row_range_visible_view_ | Invoke function visibleView | drive-id (string) driveItem-id (string) workbookWorksheet-id (string) workbookTable-id (string) |
| get_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_tables_by_workbook_table_id_total_row_range_sort | The worksheet containing the current range. Read-only. | drive-id (string) driveItem-id (string) workbookWorksheet-id (string) workbookTable-id (string) $select (array) $expand (array) |
| patch_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_tables_by_workbook_table_id_total_row_range_sort | Update the navigation property sort in drives | drive-id (string) driveItem-id (string) workbookWorksheet-id (string) workbookTable-id (string) data (undefined) required |
| delete_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_tables_by_workbook_table_id_total_row_range_sort | Delete navigation property sort for drives | drive-id (string) driveItem-id (string) workbookWorksheet-id (string) workbookTable-id (string) If-Match (string) |
| get_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_tables_by_workbook_table_id_total_row_range_worksheet | The worksheet containing the current range. Read-only. | drive-id (string) driveItem-id (string) workbookWorksheet-id (string) workbookTable-id (string) $select (array) $expand (array) |
| get_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_tables_by_workbook_table_id_rows | The list of all the rows in the table. Read-only. | drive-id (string) driveItem-id (string) workbookWorksheet-id (string) workbookTable-id (string) $top (integer) $orderby (array) $select (array) $expand (array) |
| post_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_tables_by_workbook_table_id_rows | Create new navigation property to rows for drives | drive-id (string) driveItem-id (string) workbookWorksheet-id (string) workbookTable-id (string) data (undefined) required |
| get_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_tables_by_workbook_table_id_rows_by_workbook_table_row_id | The list of all the rows in the table. Read-only. | drive-id (string) driveItem-id (string) workbookWorksheet-id (string) workbookTable-id (string) workbookTableRow-id (string) $select (array) $expand (array) |
| patch_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_tables_by_workbook_table_id_rows_by_workbook_table_row_id | Update the navigation property rows in drives | drive-id (string) driveItem-id (string) workbookWorksheet-id (string) workbookTable-id (string) workbookTableRow-id (string) data (undefined) required |
| delete_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_tables_by_workbook_table_id_rows_by_workbook_table_row_id | Delete navigation property rows for drives | drive-id (string) driveItem-id (string) workbookWorksheet-id (string) workbookTable-id (string) workbookTableRow-id (string) If-Match (string) |
| get_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_tables_by_workbook_table_id_rows_by_workbook_table_row_id_range_ | Invoke function range | drive-id (string) driveItem-id (string) workbookWorksheet-id (string) workbookTable-id (string) workbookTableRow-id (string) |
| get_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_tables_by_workbook_table_id_rows_by_workbook_table_row_id_range_format | Returns a format object, encapsulating the range's font, fill, borders, alignment, and other properties. Read-only. | drive-id (string) driveItem-id (string) workbookWorksheet-id (string) workbookTable-id (string) workbookTableRow-id (string) $select (array) $expand (array) |
| patch_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_tables_by_workbook_table_id_rows_by_workbook_table_row_id_range_format | Update the navigation property format in drives | drive-id (string) driveItem-id (string) workbookWorksheet-id (string) workbookTable-id (string) workbookTableRow-id (string) data (undefined) required |
| delete_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_tables_by_workbook_table_id_rows_by_workbook_table_row_id_range_format | Delete navigation property format for drives | drive-id (string) driveItem-id (string) workbookWorksheet-id (string) workbookTable-id (string) workbookTableRow-id (string) If-Match (string) |
| get_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_tables_by_workbook_table_id_rows_by_workbook_table_row_id_range_bounding_rect_another_range_by_another_range_ | Invoke function boundingRect | drive-id (string) driveItem-id (string) workbookWorksheet-id (string) workbookTable-id (string) workbookTableRow-id (string) anotherRange (string) |
| get_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_tables_by_workbook_table_id_rows_by_workbook_table_row_id_range_cell_row_by_row_column_by_column_ | Invoke function cell | drive-id (string) driveItem-id (string) workbookWorksheet-id (string) workbookTable-id (string) workbookTableRow-id (string) row (number) column (number) |
| post_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_tables_by_workbook_table_id_rows_by_workbook_table_row_id_range_clear | Invoke action clear | drive-id (string) driveItem-id (string) workbookWorksheet-id (string) workbookTable-id (string) workbookTableRow-id (string) data: { . applyTo (string) } (object) required |
| get_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_tables_by_workbook_table_id_rows_by_workbook_table_row_id_range_column_column_by_column_ | Invoke function column | drive-id (string) driveItem-id (string) workbookWorksheet-id (string) workbookTable-id (string) workbookTableRow-id (string) column (number) |
| get_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_tables_by_workbook_table_id_rows_by_workbook_table_row_id_range_columns_after_ | Invoke function columnsAfter | drive-id (string) driveItem-id (string) workbookWorksheet-id (string) workbookTable-id (string) workbookTableRow-id (string) |
| get_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_tables_by_workbook_table_id_rows_by_workbook_table_row_id_range_columns_after_count_by_count_ | Invoke function columnsAfter | drive-id (string) driveItem-id (string) workbookWorksheet-id (string) workbookTable-id (string) workbookTableRow-id (string) count (number) |
| get_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_tables_by_workbook_table_id_rows_by_workbook_table_row_id_range_columns_before_ | Invoke function columnsBefore | drive-id (string) driveItem-id (string) workbookWorksheet-id (string) workbookTable-id (string) workbookTableRow-id (string) |
| get_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_tables_by_workbook_table_id_rows_by_workbook_table_row_id_range_columns_before_count_by_count_ | Invoke function columnsBefore | drive-id (string) driveItem-id (string) workbookWorksheet-id (string) workbookTable-id (string) workbookTableRow-id (string) count (number) |
| post_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_tables_by_workbook_table_id_rows_by_workbook_table_row_id_range_delete | Invoke action delete | drive-id (string) driveItem-id (string) workbookWorksheet-id (string) workbookTable-id (string) workbookTableRow-id (string) data: { . shift (string) } (object) required |
| get_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_tables_by_workbook_table_id_rows_by_workbook_table_row_id_range_entire_column_ | Invoke function entireColumn | drive-id (string) driveItem-id (string) workbookWorksheet-id (string) workbookTable-id (string) workbookTableRow-id (string) |
| get_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_tables_by_workbook_table_id_rows_by_workbook_table_row_id_range_entire_row_ | Invoke function entireRow | drive-id (string) driveItem-id (string) workbookWorksheet-id (string) workbookTable-id (string) workbookTableRow-id (string) |
| post_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_tables_by_workbook_table_id_rows_by_workbook_table_row_id_range_insert | Invoke action insert | drive-id (string) driveItem-id (string) workbookWorksheet-id (string) workbookTable-id (string) workbookTableRow-id (string) data: { . shift (string) } (object) required |
| get_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_tables_by_workbook_table_id_rows_by_workbook_table_row_id_range_intersection_another_range_by_another_range_ | Invoke function intersection | drive-id (string) driveItem-id (string) workbookWorksheet-id (string) workbookTable-id (string) workbookTableRow-id (string) anotherRange (string) |
| get_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_tables_by_workbook_table_id_rows_by_workbook_table_row_id_range_last_cell_ | Invoke function lastCell | drive-id (string) driveItem-id (string) workbookWorksheet-id (string) workbookTable-id (string) workbookTableRow-id (string) |
| get_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_tables_by_workbook_table_id_rows_by_workbook_table_row_id_range_last_column_ | Invoke function lastColumn | drive-id (string) driveItem-id (string) workbookWorksheet-id (string) workbookTable-id (string) workbookTableRow-id (string) |
| get_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_tables_by_workbook_table_id_rows_by_workbook_table_row_id_range_last_row_ | Invoke function lastRow | drive-id (string) driveItem-id (string) workbookWorksheet-id (string) workbookTable-id (string) workbookTableRow-id (string) |
| post_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_tables_by_workbook_table_id_rows_by_workbook_table_row_id_range_merge | Invoke action merge | drive-id (string) driveItem-id (string) workbookWorksheet-id (string) workbookTable-id (string) workbookTableRow-id (string) data: { . across (boolean) } (object) required |
| get_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_tables_by_workbook_table_id_rows_by_workbook_table_row_id_range_offset_range_row_offset_by_row_offset_column_offset_by_column_offset_ | Invoke function offsetRange | drive-id (string) driveItem-id (string) workbookWorksheet-id (string) workbookTable-id (string) workbookTableRow-id (string) rowOffset (number) columnOffset (number) |
| get_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_tables_by_workbook_table_id_rows_by_workbook_table_row_id_range_resized_range_delta_rows_by_delta_rows_delta_columns_by_delta_columns_ | Invoke function resizedRange | drive-id (string) driveItem-id (string) workbookWorksheet-id (string) workbookTable-id (string) workbookTableRow-id (string) deltaRows (number) deltaColumns (number) |
| get_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_tables_by_workbook_table_id_rows_by_workbook_table_row_id_range_row_row_by_row_ | Invoke function row | drive-id (string) driveItem-id (string) workbookWorksheet-id (string) workbookTable-id (string) workbookTableRow-id (string) row (number) |
| get_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_tables_by_workbook_table_id_rows_by_workbook_table_row_id_range_rows_above_ | Invoke function rowsAbove | drive-id (string) driveItem-id (string) workbookWorksheet-id (string) workbookTable-id (string) workbookTableRow-id (string) |
| get_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_tables_by_workbook_table_id_rows_by_workbook_table_row_id_range_rows_above_count_by_count_ | Invoke function rowsAbove | drive-id (string) driveItem-id (string) workbookWorksheet-id (string) workbookTable-id (string) workbookTableRow-id (string) count (number) |
| get_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_tables_by_workbook_table_id_rows_by_workbook_table_row_id_range_rows_below_ | Invoke function rowsBelow | drive-id (string) driveItem-id (string) workbookWorksheet-id (string) workbookTable-id (string) workbookTableRow-id (string) |
| get_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_tables_by_workbook_table_id_rows_by_workbook_table_row_id_range_rows_below_count_by_count_ | Invoke function rowsBelow | drive-id (string) driveItem-id (string) workbookWorksheet-id (string) workbookTable-id (string) workbookTableRow-id (string) count (number) |
| post_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_tables_by_workbook_table_id_rows_by_workbook_table_row_id_range_unmerge | Invoke action unmerge | drive-id (string) driveItem-id (string) workbookWorksheet-id (string) workbookTable-id (string) workbookTableRow-id (string) |
| get_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_tables_by_workbook_table_id_rows_by_workbook_table_row_id_range_used_range_ | Invoke function usedRange | drive-id (string) driveItem-id (string) workbookWorksheet-id (string) workbookTable-id (string) workbookTableRow-id (string) |
| get_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_tables_by_workbook_table_id_rows_by_workbook_table_row_id_range_used_range_values_only_by_values_only_ | Invoke function usedRange | drive-id (string) driveItem-id (string) workbookWorksheet-id (string) workbookTable-id (string) workbookTableRow-id (string) valuesOnly (boolean) |
| get_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_tables_by_workbook_table_id_rows_by_workbook_table_row_id_range_visible_view_ | Invoke function visibleView | drive-id (string) driveItem-id (string) workbookWorksheet-id (string) workbookTable-id (string) workbookTableRow-id (string) |
| get_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_tables_by_workbook_table_id_rows_by_workbook_table_row_id_range_sort | The worksheet containing the current range. Read-only. | drive-id (string) driveItem-id (string) workbookWorksheet-id (string) workbookTable-id (string) workbookTableRow-id (string) $select (array) $expand (array) |
| patch_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_tables_by_workbook_table_id_rows_by_workbook_table_row_id_range_sort | Update the navigation property sort in drives | drive-id (string) driveItem-id (string) workbookWorksheet-id (string) workbookTable-id (string) workbookTableRow-id (string) data (undefined) required |
| delete_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_tables_by_workbook_table_id_rows_by_workbook_table_row_id_range_sort | Delete navigation property sort for drives | drive-id (string) driveItem-id (string) workbookWorksheet-id (string) workbookTable-id (string) workbookTableRow-id (string) If-Match (string) |
| get_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_tables_by_workbook_table_id_rows_by_workbook_table_row_id_range_worksheet | The worksheet containing the current range. Read-only. | drive-id (string) driveItem-id (string) workbookWorksheet-id (string) workbookTable-id (string) workbookTableRow-id (string) $select (array) $expand (array) |
| post_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_tables_by_workbook_table_id_rows_add | Adds rows to the end of the table. Note that the API can accept multiple rows data using this API. Adding one row at a time could lead to performance degradation. The recommended approach would be to batch the rows together in a single call rather than doing single row insertion. For best results, collect the rows to be inserted on the application side and perform single rows add operation. Experiment with the number of rows to determine the ideal number of rows to use in single API call. | drive-id (string) driveItem-id (string) workbookWorksheet-id (string) workbookTable-id (string) data: { . index (number) . values } (object) required |
| get_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_tables_by_workbook_table_id_rows_count_ | Invoke function count | drive-id (string) driveItem-id (string) workbookWorksheet-id (string) workbookTable-id (string) |
| get_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_tables_by_workbook_table_id_rows_item_at_index_by_index_ | Gets a row based on its position in the collection. | drive-id (string) driveItem-id (string) workbookWorksheet-id (string) workbookTable-id (string) index (number) |
| get_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_tables_by_workbook_table_id_rows_item_at_index_by_index_range_ | Invoke function range | drive-id (string) driveItem-id (string) workbookWorksheet-id (string) workbookTable-id (string) index (number) |
| get_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_tables_by_workbook_table_id_sort | The sorting for the table. Read-only. | drive-id (string) driveItem-id (string) workbookWorksheet-id (string) workbookTable-id (string) $select (array) $expand (array) |
| patch_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_tables_by_workbook_table_id_sort | Update the navigation property sort in drives | drive-id (string) driveItem-id (string) workbookWorksheet-id (string) workbookTable-id (string) data (undefined) required |
| delete_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_tables_by_workbook_table_id_sort | Delete navigation property sort for drives | drive-id (string) driveItem-id (string) workbookWorksheet-id (string) workbookTable-id (string) If-Match (string) |
| post_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_tables_by_workbook_table_id_sort_apply | Perform a sort operation. | drive-id (string) driveItem-id (string) workbookWorksheet-id (string) workbookTable-id (string) data: { . fields (array) . matchCase (boolean) . method (string) } (object) required |
| post_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_tables_by_workbook_table_id_sort_clear | Clears the sorting that is currently on the table. While this doesn't modify the table's ordering, it clears the state of the header buttons. | drive-id (string) driveItem-id (string) workbookWorksheet-id (string) workbookTable-id (string) |
| post_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_tables_by_workbook_table_id_sort_reapply | Reapplies the current sorting parameters to the table. | drive-id (string) driveItem-id (string) workbookWorksheet-id (string) workbookTable-id (string) |
| get_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_tables_by_workbook_table_id_worksheet | The worksheet containing the current table. Read-only. | drive-id (string) driveItem-id (string) workbookWorksheet-id (string) workbookTable-id (string) $select (array) $expand (array) |
| post_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_tables_add | Create a new table. The range source address determines the worksheet under which the table will be added. If the table can't be added for example, because the address is invalid, or the table would overlap with another table, an error is generated. | drive-id (string) driveItem-id (string) workbookWorksheet-id (string) data: { . address (string) . hasHeaders (boolean) } (object) required |
| get_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_tables_count_ | Invoke function count | drive-id (string) driveItem-id (string) workbookWorksheet-id (string) |
| get_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_tables_item_at_index_by_index_ | Invoke function itemAt | drive-id (string) driveItem-id (string) workbookWorksheet-id (string) index (number) |
| get_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_tables_item_at_index_by_index_columns | The list of all the columns in the table. Read-only. | drive-id (string) driveItem-id (string) workbookWorksheet-id (string) index (number) $top (integer) $orderby (array) $select (array) $expand (array) |
| post_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_tables_item_at_index_by_index_columns | Create new navigation property to columns for drives | drive-id (string) driveItem-id (string) workbookWorksheet-id (string) index (number) data (undefined) required |
| post_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_tables_item_at_index_by_index_clear_filters | Clears all the filters currently applied on the table. | drive-id (string) driveItem-id (string) workbookWorksheet-id (string) index (number) |
| post_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_tables_item_at_index_by_index_convert_to_range | Converts the table into a normal range of cells. All data is preserved. | drive-id (string) driveItem-id (string) workbookWorksheet-id (string) index (number) |
| get_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_tables_item_at_index_by_index_data_body_range_ | Gets the range object associated with the data body of the table. | drive-id (string) driveItem-id (string) workbookWorksheet-id (string) index (number) |
| get_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_tables_item_at_index_by_index_header_row_range_ | Gets the range object associated with header row of the table. | drive-id (string) driveItem-id (string) workbookWorksheet-id (string) index (number) |
| get_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_tables_item_at_index_by_index_range_ | Get the range object associated with the entire table. | drive-id (string) driveItem-id (string) workbookWorksheet-id (string) index (number) |
| post_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_tables_item_at_index_by_index_reapply_filters | Reapplies all the filters currently on the table. | drive-id (string) driveItem-id (string) workbookWorksheet-id (string) index (number) |
| get_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_tables_item_at_index_by_index_total_row_range_ | Gets the range object associated with totals row of the table. | drive-id (string) driveItem-id (string) workbookWorksheet-id (string) index (number) |
| get_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_tables_item_at_index_by_index_rows | The list of all the rows in the table. Read-only. | drive-id (string) driveItem-id (string) workbookWorksheet-id (string) index (number) $top (integer) $orderby (array) $select (array) $expand (array) |
| post_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_tables_item_at_index_by_index_rows | Create new navigation property to rows for drives | drive-id (string) driveItem-id (string) workbookWorksheet-id (string) index (number) data (undefined) required |
| get_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_tables_item_at_index_by_index_sort | The sorting for the table. Read-only. | drive-id (string) driveItem-id (string) workbookWorksheet-id (string) index (number) $select (array) $expand (array) |
| patch_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_tables_item_at_index_by_index_sort | Update the navigation property sort in drives | drive-id (string) driveItem-id (string) workbookWorksheet-id (string) index (number) data (undefined) required |
| delete_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_tables_item_at_index_by_index_sort | Delete navigation property sort for drives | drive-id (string) driveItem-id (string) workbookWorksheet-id (string) index (number) If-Match (string) |
| get_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_tables_item_at_index_by_index_worksheet | The worksheet containing the current table. Read-only. | drive-id (string) driveItem-id (string) workbookWorksheet-id (string) index (number) $select (array) $expand (array) |
| get_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_count | Get the number of the resource | drive-id (string) driveItem-id (string) $search (string) |
| post_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_add | Add a new worksheet to the workbook. The worksheet is added at the end of existing worksheets. If you want to activate the newly added worksheet, call .activate on it. | drive-id (string) driveItem-id (string) data: { . name (string) } (object) required |