Class AutoNumberFormat
- Namespace
- Smartsheet.Api.Models
- Assembly
- smartsheet-csharp-sdk.dll
Represents the AutoNumberFormat object. It describes how the the System Column Type of "AUTO_NUMBER" is auto-generated
public class AutoNumberFormat
- Inheritance
-
AutoNumberFormat
- Inherited Members
Properties
Fill
Gets the Fill.
public string Fill { get; set; }
Property Value
- string
the Fill
Prefix
Gets the Prefix.
public string Prefix { get; set; }
Property Value
- string
the Prefix
StartingNumber
Gets the starting number.
public long? StartingNumber { get; set; }
Property Value
- long?
the starting number
Suffix
Gets the Suffix.
public string Suffix { get; set; }
Property Value
- string
the Suffix