Click or drag to resize

SheetCreateSheetBuilderSetColumns Method

Sets the Columns for the sheet being created.

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 CreateSheetBuilder SetColumns(
	IList<Column> columns
)

Parameters

columns
Type: System.Collections.GenericIListColumn
The Columns to create with this sheet.

Return Value

Type: CreateSheetBuilder
the creates the builder
See Also