Click or drag to resize

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
)

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