Class Sheet.UpdateSheetBuilder
- Namespace
- Smartsheet.Api.Models
- Assembly
- smartsheet-csharp-sdk.dll
The Class UpdateSheetBuilder.
public class Sheet.UpdateSheetBuilder
- Inheritance
-
Sheet.UpdateSheetBuilder
- Inherited Members
Constructors
UpdateSheetBuilder(long?)
Sets the required properties for updating a sheet.
public UpdateSheetBuilder(long? id)
Parameters
id
long?the sheet id
Methods
Build()
Builds the Sheet.
public Sheet Build()
Returns
- Sheet
the sheet
GetName()
Gets the sheet Name.
public string GetName()
Returns
- string
the sheet Name
GetProjectSettings()
Gets the sheet's project settings.
public ProjectSettings GetProjectSettings()
Returns
- ProjectSettings
the sheet's project settings
GetUserSettings()
Gets the sheet's user settings.
public SheetUserSettings GetUserSettings()
Returns
- SheetUserSettings
the sheet's user settings
SetName(string)
Sets the Sheet Name.
public Sheet.UpdateSheetBuilder SetName(string name)
Parameters
name
stringthe Name
Returns
- Sheet.UpdateSheetBuilder
the update sheet builder
SetProjectSettings(ProjectSettings)
Sets the Sheet's project settings
public Sheet.UpdateSheetBuilder SetProjectSettings(ProjectSettings projectSettings)
Parameters
projectSettings
ProjectSettings
Returns
- Sheet.UpdateSheetBuilder
the update sheet builder
SetUserSettings(SheetUserSettings)
Sets the Sheet's user settings.
public Sheet.UpdateSheetBuilder SetUserSettings(SheetUserSettings userSettings)
Parameters
userSettings
SheetUserSettingsthe userSettings
Returns
- Sheet.UpdateSheetBuilder
the update sheet builder