Click or drag to resize

CreateSheetFromTemplateBuilder Class

A class to simplify the creation of a Sheet from another Sheet or another Template.
Inheritance Hierarchy
SystemObject
  Smartsheet.Api.ModelsCreateSheetFromTemplateBuilder

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 CreateSheetFromTemplateBuilder

The CreateSheetFromTemplateBuilder type exposes the following members.

Constructors
  NameDescription
Public methodCreateSheetFromTemplateBuilder
Sets the required propeties for creating a Sheet from a Sheet or Template.
Top
Methods
  NameDescription
Public methodBuild
Creates a sheet by using the values from setters in this builder.
Public methodGetFromId
Gets the from Id.
Public methodGetName
Returns the Name for the sheet.
Public methodSetFromId
Set the from Id.
Public methodSetName
Sets the Name for the sheet being created.
Top
See Also