Click or drag to resize

PredecessorInvalid Property

True if the row referenced by rowId is not a valid row in this sheet, or there is a circular reference.

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 Nullable<bool> Invalid { get; set; }

Return Value

Type: NullableBoolean
the value of the invalid flag
See Also