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; }
Public Property LinksOutToCells As IList(Of CellLink)
Get
Set
public:
property IList<CellLink^>^ LinksOutToCells {
IList<CellLink^>^ get ();
void set (IList<CellLink^>^ value);
}
member LinksOutToCells : IList<CellLink> with get, set
Property Value
Type:
IListCellLinkSee Also