Represents the AutoNumberFormat object. It describes how the the System Column Type of "AUTO_NUMBER" is auto-generated
Ejemplo n.º 1
0
 /// <summary>
 /// Sets the format for an auto number column.
 /// </summary>
 /// <param name="autoNumberFormat"> the auto number format </param>
 /// <returns> the modify column builder </returns>
 public UpdateColumnBuilder SetAutoNumberFormat(AutoNumberFormat autoNumberFormat)
 {
     this.autoNumberFormat = autoNumberFormat;
     return(this);
 }
Ejemplo n.º 2
0
 /// <summary>
 /// Sets the format for an auto number column.
 /// </summary>
 /// <param name="autoNumberFormat"> the auto number format </param>
 /// <returns> the CreateSheetColumnBuilder </returns>
 public CreateSheetColumnBuilder SetAutoNumberFormat(AutoNumberFormat autoNumberFormat)
 {
     this.autoNumberFormat = autoNumberFormat;
     return(this);
 }
 /// <summary>
 /// Sets the Format for an auto number column.
 /// </summary>
 /// <param name="autoNumberFormat"> the auto number Format </param>
 /// <returns> the CreateSheetColumnBuilder </returns>
 public virtual CreateSheetColumnBuilder SetAutoNumberFormat(AutoNumberFormat autoNumberFormat)
 {
     this.autoNumberFormat = autoNumberFormat;
     return this;
 }
Ejemplo n.º 4
0
 /// <summary>
 /// Sets the Format for an auto number column.
 /// </summary>
 /// <param name="autoNumberFormat"> the auto number Format </param>
 /// <returns> the adds the column To sheet builder </returns>
 public virtual AddColumnBuilder SetAutoNumberFormat(AutoNumberFormat autoNumberFormat)
 {
     this.autoNumberFormat = autoNumberFormat;
     return(this);
 }
 /// <summary>
 /// Sets the Format for an auto number column.
 /// </summary>
 /// <param name="autoNumberFormat"> the auto number Format </param>
 /// <returns> the adds the column To sheet builder </returns>
 public virtual AddColumnBuilder SetAutoNumberFormat(AutoNumberFormat autoNumberFormat)
 {
     this.autoNumberFormat = autoNumberFormat;
     return this;
 }