Click or drag to resize

CellLinksOutToCells Property

An array of CellLink objects. Zero or more outbound links from this cell to cells in other sheets whose values mirror this cell's value.

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 IList<CellLink> LinksOutToCells { get; set; }

Property Value

Type: IListCellLink
See Also