SheetCreateSheetFromTemplateBuilder Constructor | |
Sets the required propeties for creating a Sheet from a Sheet or Template.
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 CreateSheetFromTemplateBuilder(
string name,
Nullable<long> fromId
)
Public Sub New (
name As String,
fromId As Nullable(Of Long)
)
public:
CreateSheetFromTemplateBuilder(
String^ name,
Nullable<long long> fromId
)
new :
name : string *
fromId : Nullable<int64> -> CreateSheetFromTemplateBuilder
Parameters
- name
- Type: SystemString
the name of the Sheet, need not be unique - fromId
- Type: SystemNullableInt64
the ID of the Sheet or Template from which to create the Sheet
See Also