CellLinkWidgetContentCellData Property | |
Array of cellDataItem objects.
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<CellDataItem> CellData { get; set; }
Public Property CellData As IList(Of CellDataItem)
Get
Set
public:
property IList<CellDataItem^>^ CellData {
IList<CellDataItem^>^ get ();
void set (IList<CellDataItem^>^ value);
}
member CellData : IList<CellDataItem> with get, set
Return Value
Type:
IListCellDataItem the array
See Also