SheetResources Methods | ![]() |
The SheetResources type exposes the following members.
Name | Description | |
---|---|---|
![]() | CopySheet(Int64, ContainerDestination, IEnumerableSheetCopyInclusion) | Creates a copy of the specified sheet. Mirrors to the following Smartsheet REST API method: |
![]() | CopySheet(Int64, ContainerDestination, IEnumerableSheetCopyInclusion, IEnumerableSheetCopyExclusion) | Creates a copy of the specified sheet. Mirrors to the following Smartsheet REST API method: |
![]() | CreateSheet | Creates a sheet in default "Sheets" collection. Mirrors to the following Smartsheet REST API method: |
![]() | CreateSheetFromTemplate | Creates a sheet (from existing sheet or template) in default "Sheets" collection. Mirrors to the following Smartsheet REST API method: POST /Sheets |
![]() | DeleteSheet | Deletes a sheet. Mirrors to the following Smartsheet REST API method: DELETE /sheets/{sheetId} |
![]() | GetPublishStatus | Gets the status of the publish settings of the sheet, including the URLs of any enabled publishings. Mirrors to the following Smartsheet REST API method: GET /sheets/{sheetId}/publish |
![]() | GetSheet(Int64, IEnumerableSheetLevelInclusion, IEnumerableSheetLevelExclusion, IEnumerableInt64, IEnumerableInt32, IEnumerableInt64, NullableInt64, NullableInt64) | Gets a sheet. Mirrors to the following Smartsheet REST API method: GET /sheets/{sheetId} |
![]() | GetSheet(Int64, IEnumerableSheetLevelInclusion, IEnumerableSheetLevelExclusion, IEnumerableInt64, IEnumerableInt32, IEnumerableInt64, NullableInt64, NullableInt64, NullableInt64) | Gets a sheet. Mirrors to the following Smartsheet REST API method: GET /sheets/{sheetId} |
![]() | GetSheet(Int64, IEnumerableSheetLevelInclusion, IEnumerableSheetLevelExclusion, IEnumerableInt64, IEnumerableInt32, IEnumerableInt64, NullableInt64, NullableInt64, NullableInt64, NullableInt32) | Gets a sheet. Mirrors to the following Smartsheet REST API method: GET /sheets/{sheetId} |
![]() | GetSheetAsCSV | Gets a sheet as a CSV file. Mirrors to the following Smartsheet REST API method: |
![]() | GetSheetAsExcel | Gets a sheet as an Excel file. Mirrors to the following Smartsheet REST API method: |
![]() | GetSheetAsPDF | Gets a sheet as a PDF file. Mirrors to the following Smartsheet REST API method: |
![]() | GetSheetVersion | Gets the sheet version without loading the entire sheet. Mirrors to the following Smartsheet REST API method: GET /sheets/{sheetId}/version |
![]() | ImportCsvSheet | Imports a sheet (from CSV). Mirrors to the following Smartsheet REST API method: POST /sheets/import |
![]() | ImportXlsSheet | Imports a sheet (from XLSX). Mirrors to the following Smartsheet REST API method: POST /sheets/import |
![]() | ListOrganizationSheets | Obsolete. Lists all sheets in the organization. Mirrors to the following Smartsheet REST API method: GET /users/sheets |
![]() | ListSheets | Gets the list of all sheets that the user has access to, in alphabetical order, by name. Mirrors to the following Smartsheet REST API method: GET /Sheets |
![]() | MoveSheet | Moves the specified sheet to a new location. Mirrors to the following Smartsheet REST API method: |
![]() | SendSheet | Sends a sheet as a PDF attachment via email to the designated recipients. Mirrors to the following Smartsheet REST API method: POST /sheets/{sheetId}/emails |
![]() | SendUpdateRequest | Obsolete. Creates an update request for the specified rows within the sheet. An email notification (containing a link to the update request) will be asynchronously sent to the specified recipients. Mirrors to the following Smartsheet REST API method: POST /sheets/{sheetId}/updaterequests |
![]() | SortSheet(Int64, SortSpecifier) | Sorts a sheet according to the sort criteria. Mirrors to the following Smartsheet REST API method: POST /sheets/{sheetId}/sort |
![]() | SortSheet(Int64, SortSpecifier, NullableInt32) | Sorts a sheet according to the sort criteria. Mirrors to the following Smartsheet REST API method: POST /sheets/{sheetId}/sort |
![]() | UpdatePublishStatus | Sets the publish status of a sheet and returns the new status, including the URLs of any enabled publishings. Mirrors to the following Smartsheet REST API method: PUT /sheets/{sheetId}/publish |
![]() | UpdateSheet | Updates a sheet. To modify sheet contents, see Add Rows, Update Rows, and Update Column. This operation can be used to update an individual users sheet settings. If the request body contains only the userSettings attribute, this operation may be performed even if the user only has read-only access to the sheet (i.e., the user has viewer permissions, or the sheet is read-only). Mirrors to the following Smartsheet REST API method: PUT /sheets/{sheetId} |