Represents the Format details when generating a digital copy (PDF/EXCEL) of a sheet.
示例#1
0
 /// <summary>
 /// Sets the format details of the SheetEmail.
 /// </summary>
 /// <param name="formatDetails">the format details</param>
 /// <returns>this CreateSheetEmail object</returns>
 public CreateSheetEmail SetFormatDetails(FormatDetails formatDetails)
 {
     this.formatDetails = formatDetails;
     return(this);
 }
 /// <summary>
 /// Sets the format details of the SheetEmail.
 /// </summary>
 /// <param name="formatDetails">the format details</param>
 /// <returns>this CreateSheetEmail object</returns>
 public CreateSheetEmail SetFormatDetails(FormatDetails formatDetails)
 {
     this.formatDetails = formatDetails;
     return this;
 }