Click or drag to resize

CrossSheetReference Class

Inheritance Hierarchy
SystemObject
  Smartsheet.Api.ModelsIdentifiableModel
    Smartsheet.Api.ModelsNamedModel
      Smartsheet.Api.ModelsCrossSheetReference

Namespace:  Smartsheet.Api.Models
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 class CrossSheetReference : NamedModel

The CrossSheetReference type exposes the following members.

Constructors
  NameDescription
Public methodCrossSheetReference
Top
Properties
  NameDescription
Public propertyEndColumnId
Get the last column Id in the cross-sheet reference block
Public propertyEndRowId
Get the last row Id in the cross-sheet reference block
Public propertySourceSheetId
Get the source sheet Id in the cross-sheet reference block
Public propertyStartColumnId
Get the first column Id in the cross-sheet reference block
Public propertyStartRowId
Get the first row Id in the cross-sheet reference block
Public propertyStatus
Get the status of the cross-sheet reference block
Top
See Also