Click or drag to resize

CellLinkStatus Property

One of the following values:
  • OK: - the link is in a good state
  • BROKEN: - the row or sheet linked to was deleted
  • INACCESSIBLE: - the sheet linked to cannot be viewed by this user
  • Several other values indicating unusual error conditions: BLOCKED, CIRCULAR, DISABLED, INVALID, and NOT_SHARED.

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 string Status { get; set; }

Property Value

Type: String
See Also