Click or drag to resize

CreateSheetBuilder Class

A convenience class to make a object with the necessary fields to create the sheet by posting it to Smartsheet.
Inheritance Hierarchy
SystemObject
  Smartsheet.Api.ModelsCreateSheetBuilder

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 class CreateSheetBuilder

The CreateSheetBuilder type exposes the following members.

Constructors
  NameDescription
Public methodCreateSheetBuilder
Sets the required properties for creating a Sheet.
Top
Methods
  NameDescription
Public methodBuild
Creates a sheet by using the values from setters in this builder.
Public methodGetColumns
Returns the list of Columns.
Public methodGetName
Returns the Name for the sheet.
Public methodSetColumns
Sets the Columns for the sheet being created.
Public methodSetName
Sets the Name for the sheet being created.
Top
See Also