Méthode | Description | |
---|---|---|
CreateSheet ( long workspaceId, Sheet sheet ) : Sheet |
Create a sheet in given workspace. It mirrors To the following Smartsheet REST API method: POST /workspaces/{workspaceId}/Sheets
|
|
CreateSheetFromTemplate ( long workspaceId, Sheet sheet, IEnumerable |
Creates a Sheet at the top-level of the specified Workspace, from the specified Template. It mirrors To the following Smartsheet REST API method: POST /workspaces/{workspaceId}/Sheets
|
|
WorkspaceSheetResourcesImpl ( |
Constructor. Exceptions: - IllegalArgumentException : if any argument is
|
public CreateSheet ( long workspaceId, Sheet sheet ) : Sheet | ||
workspaceId | long | the workspace Id |
sheet | Sheet | the sheet To create |
Résultat | Sheet |
public CreateSheetFromTemplate ( long workspaceId, Sheet sheet, IEnumerable |
||
workspaceId | long | the workspace Id |
sheet | Sheet | the sheet To create |
includes | IEnumerable |
used To specify the optional objects To include |
Résultat | Sheet |
public WorkspaceSheetResourcesImpl ( |
||
smartsheet | the Smartsheet | |
Résultat | System.Collections.Generic |