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