Table of Contents

Enum SystemColumnType

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

Represents the system column types.

public enum SystemColumnType

Fields

AUTO_NUMBER = 0

Auto number columns generate values for every row in the sheet that contains data.

CREATED_BY = 4

Populated by who created the row.

CREATED_DATE = 3

Populated by date that row was created.

MODIFIED_BY = 2

When a row is modified this column updates the user that modified it.

MODIFIED_DATE = 1

When a row is modified this column updates the date.

See Also