Click or drag to resize

UpdateSheetBuilder Class

The Class UpdateSheetBuilder.
Inheritance Hierarchy
SystemObject
  Smartsheet.Api.ModelsUpdateSheetBuilder

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 UpdateSheetBuilder

The UpdateSheetBuilder type exposes the following members.

Constructors
  NameDescription
Public methodUpdateSheetBuilder
Sets the required properties for updating a sheet.
Top
Methods
  NameDescription
Public methodBuild
Builds the Sheet.
Public methodGetName
Gets the sheet Name.
Public methodGetProjectSettings
Gets the sheet's project settings.
Public methodGetUserSettings
Gets the sheet's user settings.
Public methodSetName
Sets the Sheet Name.
Public methodSetProjectSettings
Sets the Sheet's project settings
Public methodSetUserSettings
Sets the Sheet's user settings.
Top
See Also