Click or drag to resize

Column Class

Represents the Column object.
Inheritance Hierarchy
SystemObject
  Smartsheet.Api.ModelsIdentifiableModel
    Smartsheet.Api.ModelsColumn
      Smartsheet.Api.ModelsReportColumn

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 class Column : IdentifiableModel

The Column type exposes the following members.

Constructors
  NameDescription
Public methodColumn
Top
Properties
  NameDescription
Public propertyAutoNumberFormat
Gets the format for the auto-generated numbers.
Public propertyContactOptions
Gets array of ContactOption objects to specify a pre-defined list of values for the column. Column type must be CONTACT_LIST
Public propertyDescription

Gets the column description

Public propertyFormat

The format descriptor.

Only returned if the include query string parameter contains format and this column has a non-default format applied to it.
Public propertyFormula

The formula for a column.

Public propertyHidden
Gets the hidden flag.
Public propertyIndex
Gets or sets the position of the column (zero-based).
Public propertyLocked
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.
Public propertyLockedForUser
Flag indicating whether the column is locked for the requesting user. This attribute may be present in a response, but cannot be specified in a request.
Public propertyOptions
Gets the list of options for the column.
Public propertyPrimary
Gets the primary flag for the column.
Public propertySymbol
Gets the symbol for the column.
Public propertySystemColumnType
Gets the system column Type.
Public propertyTags
Gets the tags that indicate a special Type of column.
Public propertyTitle
Gets the title for the column.
Public propertyType
Gets the column Type.
Public propertyValidation
Indicates whether validation has been enabled for the column (value = true)
Public propertyVersion
Gets the column compatiblity version, 0 for existing types, 1 for multi-assign, > 1 future use
Public propertyWidth
Display width of the column in pixels
Top
See Also