Table of Contents

Enum SheetLevelInclusion

Namespace
Smartsheet.Api.Models
Assembly
smartsheet-csharp-sdk.dll

Represents specific elements to include in a response.

public enum SheetLevelInclusion

Fields

ATTACHMENTS = 0

Includes sheet-level and row-level attachments.

COLUMN_TYPE = 1

Includes columnType attribute in the row’s cells indicating the type of the column the cell resides in.

CONTACT_REFERENCES = 2

contact references

CROSS_SHEET_REFERENCES = 3

cross sheet references

DISCUSSIONS = 4

Includes sheet-level and row-level discussions.

FILTERS = 5

Includes column filters and row.filteredOut attribute.

FILTER_DEFINITIONS = 6

Includes column filter definitions

FORMAT = 7

Includes column, row, and cell formatting.

OBJECT_VALUE = 8

object representation of cell value

OWNER_INFO = 9

Includes the owner’s email address and user Id for each sheet.

Includes a permalink attribute for each row. A row permalink represents a direct link to the row in the Smartsheet application.

ROW_WRITER_INFO = 11

(DEPRECATED: use WRITER_INFO) Includes createdBy and modifiedBy attributes on the row, indicating the row’s creator and last modifier.

SOURCE = 12

Includes the source object indicating which sheet or template the sheet was created from, if any.

SUMMARY = 13

Includes SheetSummary object.

WRITER_INFO = 14

Includes createdBy and modifiedBy attributes on the row or summary fields, indicating the row or summary field's creator, and last modifier.