C# Class Smartsheet.Api.Models.Cell.UpdateCellBuilder

A convenience class for updating a Cell with the necessary fields for inserting into a list of Cells.
Afficher le fichier Open project: smartsheet-platform/smartsheet-csharp-sdk

Méthodes publiques

Méthode Description
Build ( ) : Cell

Builds and returns the Cell object.

GetColumnId ( ) : long?

Gets the Column Id.

GetFormat ( ) : string

Gets the Format.

GetHyperlink ( ) : Link

Gets the HyperLink

GetLinkInFromCell ( ) : CellLink

Gets Link In From Cell.

GetStrict ( ) : bool?

Gets the Strict.

GetValue ( ) : object

Gets the value.

SetColumnId ( long columnId ) : UpdateCellBuilder

Sets the Column Id

SetFormat ( string format ) : UpdateCellBuilder

Sets the format.

SetHyperlink ( Link hyperlink ) : UpdateCellBuilder

(optional) with exactly one of the following attributes set: url sheetId reportId

SetLinkInFromCell ( CellLink linkInFromCell ) : UpdateCellBuilder

(optional) with all of the following attributes set: sheetId rowId columnId

SetStrict ( bool strict ) : UpdateCellBuilder

Sets the strict.

SetValue ( object value ) : UpdateCellBuilder

Sets the value.

UpdateCellBuilder ( long columnId, object value ) : System.Collections.Generic

Set required properties.

Method Details

Build() public méthode

Builds and returns the Cell object.
public Build ( ) : Cell
Résultat Cell

GetColumnId() public méthode

Gets the Column Id.
public GetColumnId ( ) : long?
Résultat long?

GetFormat() public méthode

Gets the Format.
public GetFormat ( ) : string
Résultat string

GetHyperlink() public méthode

Gets the HyperLink
public GetHyperlink ( ) : Link
Résultat Link

GetLinkInFromCell() public méthode

Gets Link In From Cell.
public GetLinkInFromCell ( ) : CellLink
Résultat CellLink

GetStrict() public méthode

Gets the Strict.
public GetStrict ( ) : bool?
Résultat bool?

GetValue() public méthode

Gets the value.
public GetValue ( ) : object
Résultat object

SetColumnId() public méthode

Sets the Column Id
public SetColumnId ( long columnId ) : UpdateCellBuilder
columnId long columnId
Résultat UpdateCellBuilder

SetFormat() public méthode

Sets the format.
public SetFormat ( string format ) : UpdateCellBuilder
format string (optional)
Résultat UpdateCellBuilder

SetHyperlink() public méthode

(optional) with exactly one of the following attributes set: url sheetId reportId
public SetHyperlink ( Link hyperlink ) : UpdateCellBuilder
hyperlink Link Link object
Résultat UpdateCellBuilder

SetLinkInFromCell() public méthode

(optional) with all of the following attributes set: sheetId rowId columnId
public SetLinkInFromCell ( CellLink linkInFromCell ) : UpdateCellBuilder
linkInFromCell CellLink CellLink object
Résultat UpdateCellBuilder

SetStrict() public méthode

Sets the strict.
public SetStrict ( bool strict ) : UpdateCellBuilder
strict bool (optional)
Résultat UpdateCellBuilder

SetValue() public méthode

Sets the value.
public SetValue ( object value ) : UpdateCellBuilder
value object (required)
Résultat UpdateCellBuilder

UpdateCellBuilder() public méthode

Set required properties.
public UpdateCellBuilder ( long columnId, object value ) : System.Collections.Generic
columnId long required
value object required
Résultat System.Collections.Generic