Click or drag to resize

ColumnAddColumnBuilder Constructor

Sets the required properties for adding a column to a sheet.

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 AddColumnBuilder(
	string title,
	Nullable<int> index,
	Nullable<ColumnType> type
)

Parameters

title
Type: SystemString
the column title
index
Type: SystemNullableInt32
the column index (zero-based)
type
Type: SystemNullableColumnType
the column type
See Also