ColumnUpdateColumnBuilder Constructor | |
Sets the required properties for updating a column.
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 UpdateColumnBuilder(
long id,
string title,
int index
)
Public Sub New (
id As Long,
title As String,
index As Integer
)
public:
UpdateColumnBuilder(
long long id,
String^ title,
int index
)
new :
id : int64 *
title : string *
index : int -> UpdateColumnBuilder
Parameters
- id
- Type: SystemInt64
the id of the column - title
- Type: SystemString
the new column title - index
- Type: SystemInt32
the new column index (zero-based)
See Also