Click or drag to resize

SheetCrossSheetReferenceResources Interface

Namespace:  Smartsheet.Api
Assemblies:   smartsheet-csharp-sdk (in smartsheet-csharp-sdk.dll) Version: 2.126.0
  smartsheet-csharp-sdk (in smartsheet-csharp-sdk.dll) Version: 2.126.0
Syntax
public interface SheetCrossSheetReferenceResources

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