SelectionRangeSourceRowId2 Property | |
Defines ending edge of range when specifying one or more rows.
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 long SourceRowId2 { get; set; }
Public Property SourceRowId2 As Long
Get
Set
public:
property long long SourceRowId2 {
long long get ();
void set (long long value);
}
member SourceRowId2 : int64 with get, set
Return Value
Type:
Int64the source row id
See Also