C# 클래스 Smartsheet.Api.Models.Cell.UpdateCellBuilder

A convenience class for updating a Cell with the necessary fields for inserting into a list of Cells.
파일 보기 프로젝트 열기: smartsheet-platform/smartsheet-csharp-sdk

공개 메소드들

메소드 설명
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