Click or drag to resize

CellInclusion Enumeration

Represents specific elements to include in a response.

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 enum CellInclusion
Members
  Member nameValueDescription
COLUMN_TYPE0 The columnType attribute for a cell.
FORMAT1 The format attribute for a cell if the revision also included a format change
OBJECT_VALUE2 The objectValue attribute for a cell.
See Also