Click or drag to resize

SheetCrossSheetReferenceResources Methods

The SheetCrossSheetReferenceResources type exposes the following members.

Methods
  NameDescription
Public methodCreateCrossSheetReference

Creates a cross-sheet reference in the given sheet.

Mirrors to the following Smartsheet REST API method: POST /sheets/{sheetId}/crosssheetreferences

Public methodGetCrossSheetReference

Gets a cross-sheet reference for this sheet.

Mirrors to the following Smartsheet REST API method: GET /sheets/{sheetId}/crosssheetreferences/{crosssheetreferenceId}

Public methodListCrossSheetReferences

Gets all cross-sheet references for this sheet.

Mirrors to the following Smartsheet REST API method: POST /sheets/{sheetId}/crosssheetreferences

Top
See Also