Click or drag to resize

AutoNumberFormat Class

Represents the AutoNumberFormat object. It describes how the the System Column Type of "AUTO_NUMBER" is auto-generated
Inheritance Hierarchy
SystemObject
  Smartsheet.Api.ModelsAutoNumberFormat

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 AutoNumberFormat

The AutoNumberFormat type exposes the following members.

Constructors
  NameDescription
Public methodAutoNumberFormat
Top
Properties
  NameDescription
Public propertyFill
Gets the Fill.
Public propertyPrefix
Gets the Prefix.
Public propertyStartingNumber
Gets the starting number.
Public propertySuffix
Gets the Suffix.
Top
See Also