Enum SystemColumnType
- Namespace
- Smartsheet.Api.Models
- Assembly
- smartsheet-csharp-sdk.dll
Represents the system column types.
public enum SystemColumnType
Fields
AUTO_NUMBER = 0Auto number columns generate values for every row in the sheet that contains data.
CREATED_BY = 4Populated by who created the row.
CREATED_DATE = 3Populated by date that row was created.
MODIFIED_BY = 2When a row is modified this column updates the user that modified it.
MODIFIED_DATE = 1When a row is modified this column updates the date.