Click or drag to resize

ColumnAddColumnBuilderSetAutoNumberFormat Method

Sets the format for an auto number 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 AddColumnBuilder SetAutoNumberFormat(
	AutoNumberFormat autoNumberFormat
)

Parameters

autoNumberFormat
Type: Smartsheet.Api.ModelsAutoNumberFormat
the auto number format

Return Value

Type: AddColumnBuilder
the adds the column to sheet builder
See Also