Class SelectionRange
- Namespace
- Smartsheet.Api.Models
- Assembly
- smartsheet-csharp-sdk.dll
Represents the SelectionRange object.
public class SelectionRange
- Inheritance
-
SelectionRange
- Inherited Members
Properties
SourceColumnId1
Defines beginning edge of range when specifying one or more columns.
public long SourceColumnId1 { get; set; }
Property Value
- long
the source column id
SourceColumnId2
Defines ending edge of range when specifying one or more columns.
public long SourceColumnId2 { get; set; }
Property Value
- long
the source column id
SourceRowId1
Defines beginning edge of range when specifying one or more rows.
public long SourceRowId1 { get; set; }
Property Value
- long
the source row id
SourceRowId2
Defines ending edge of range when specifying one or more rows.
public long SourceRowId2 { get; set; }
Property Value
- long
the source row id