Click or drag to resize

SheetCreateSheetBuilder Constructor

Sets the required properties for creating 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 CreateSheetBuilder(
	string name,
	IList<Column> columns
)

Parameters

name
Type: SystemString
the name of the Sheet, need not be unique
columns
Type: System.Collections.GenericIListColumn
list of columns
See Also