Click or drag to resize

ColumnCreateSheetColumnBuilderSetSystemColumnType Method

Sets the system column type.

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 CreateSheetColumnBuilder SetSystemColumnType(
	Nullable<SystemColumnType> systemColumnType
)

Parameters

systemColumnType
Type: SystemNullableSystemColumnType
the system column type

Return Value

Type: CreateSheetColumnBuilder
the CreateSheetColumnBuilder
See Also