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
)
Public Sub New (
name As String,
columns As IList(Of Column)
)
public:
CreateSheetBuilder(
String^ name,
IList<Column^>^ columns
)
new :
name : string *
columns : IList<Column> -> CreateSheetBuilder
Parameters
- name
- Type: SystemString
the name of the Sheet, need not be unique - columns
- Type: System.Collections.GenericIListColumn
list of columns
See Also