Click or drag to resize

CellLinkWidgetContent Class

Represents the CellLinkWidgetContent object.
Inheritance Hierarchy
SystemObject
  Smartsheet.Api.ModelsCellLinkWidgetContent

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 class CellLinkWidgetContent : IWidgetContent

The CellLinkWidgetContent type exposes the following members.

Constructors
  NameDescription
Public methodCellLinkWidgetContent
Top
Properties
  NameDescription
Public propertyCellData
Array of cellDataItem objects.
Public propertyColumns
Array of Column objects.
Public propertyHyperlink
The widget has when clicked attribute set to that hyperlink (if present and non-null).
Public propertySheetId
The Id of the sheet from which the cell data originates
Public propertyWidgetType
Returns the type for this widget content object
Top
See Also