Click or drag to resize

ColumnLocked Property

Flag indicating whether the column is locked. In a response, a value of true indicates that the column has been locked by the sheet owner or the admin.

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

Property Value

Type: NullableBoolean
See Also