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
Syntaxpublic string Status { get; set; }Public Property Status As String
	Get
	Set
public:
property String^ Status {
	String^ get ();
	void set (String^ value);
}member Status : string with get, set
Property Value
Type: 
String
See Also