Click or drag to resize

SelectionRange Class

Represents the SelectionRange object.
Inheritance Hierarchy
SystemObject
  Smartsheet.Api.ModelsSelectionRange

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 SelectionRange

The SelectionRange type exposes the following members.

Constructors
  NameDescription
Public methodSelectionRange
Top
Properties
  NameDescription
Public propertySourceColumnId1
Defines beginning edge of range when specifying one or more columns.
Public propertySourceColumnId2
Defines ending edge of range when specifying one or more columns.
Public propertySourceRowId1
Defines beginning edge of range when specifying one or more rows.
Public propertySourceRowId2
Defines ending edge of range when specifying one or more rows.
Top
See Also