SelectionRangeSourceColumnId1 Property | |
Defines beginning 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 SourceColumnId1 { get; set; }
Public Property SourceColumnId1 As Long
Get
Set
public:
property long long SourceColumnId1 {
long long get ();
void set (long long value);
}
member SourceColumnId1 : int64 with get, set
Return Value
Type:
Int64the source column id
See Also