Class CellLinkWidgetContent
- Namespace
- Smartsheet.Api.Models
- Assembly
- smartsheet-csharp-sdk.dll
Represents the CellLinkWidgetContent object.
public class CellLinkWidgetContent : IWidgetContent
- Inheritance
-
CellLinkWidgetContent
- Implements
- Inherited Members
Properties
CellData
Array of cellDataItem objects.
public IList<CellDataItem> CellData { get; set; }
Property Value
- IList<CellDataItem>
the array
Columns
Array of Column objects.
public IList<Column> Columns { get; set; }
Property Value
Hyperlink
The widget has when clicked attribute set to that hyperlink (if present and non-null).
public WidgetHyperlink Hyperlink { get; set; }
Property Value
- WidgetHyperlink
the Link
SheetId
The Id of the sheet from which the cell data originates
public long? SheetId { get; set; }
Property Value
- long?
the sheet id
WidgetType
Returns the type for this widget content object
public WidgetType WidgetType { get; }