C# Класс Smartsheet.Api.Models.Cell.UpdateCellBuilder

A convenience class for updating a Cell with the necessary fields for inserting into a list of Cells.
Показать файл Открыть проект

Открытые методы

Метод Описание
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.

Описание методов

Build() публичный Метод

Builds and returns the Cell object.
public Build ( ) : Cell
Результат Cell

GetColumnId() публичный Метод

Gets the Column Id.
public GetColumnId ( ) : long?
Результат long?

GetFormat() публичный Метод

Gets the Format.
public GetFormat ( ) : string
Результат string

GetHyperlink() публичный Метод

Gets the HyperLink
public GetHyperlink ( ) : Link
Результат Link

GetLinkInFromCell() публичный Метод

Gets Link In From Cell.
public GetLinkInFromCell ( ) : CellLink
Результат CellLink

GetStrict() публичный Метод

Gets the Strict.
public GetStrict ( ) : bool?
Результат bool?

GetValue() публичный Метод

Gets the value.
public GetValue ( ) : object
Результат object

SetColumnId() публичный Метод

Sets the Column Id
public SetColumnId ( long columnId ) : UpdateCellBuilder
columnId long columnId
Результат UpdateCellBuilder

SetFormat() публичный Метод

Sets the format.
public SetFormat ( string format ) : UpdateCellBuilder
format string (optional)
Результат UpdateCellBuilder

SetHyperlink() публичный Метод

(optional) with exactly one of the following attributes set: url sheetId reportId
public SetHyperlink ( Link hyperlink ) : UpdateCellBuilder
hyperlink Link Link object
Результат UpdateCellBuilder

SetLinkInFromCell() публичный Метод

(optional) with all of the following attributes set: sheetId rowId columnId
public SetLinkInFromCell ( CellLink linkInFromCell ) : UpdateCellBuilder
linkInFromCell CellLink CellLink object
Результат UpdateCellBuilder

SetStrict() публичный Метод

Sets the strict.
public SetStrict ( bool strict ) : UpdateCellBuilder
strict bool (optional)
Результат UpdateCellBuilder

SetValue() публичный Метод

Sets the value.
public SetValue ( object value ) : UpdateCellBuilder
value object (required)
Результат UpdateCellBuilder

UpdateCellBuilder() публичный Метод

Set required properties.
public UpdateCellBuilder ( long columnId, object value ) : System.Collections.Generic
columnId long required
value object required
Результат System.Collections.Generic