Smartsheet.Api.Models.SheetEmail.CreateSheetEmail.SetFormatDetails C# (CSharp) Méthode

SetFormatDetails() public méthode

Sets the format details of the SheetEmail.
public SetFormatDetails ( FormatDetails formatDetails ) : CreateSheetEmail
formatDetails FormatDetails the format details
Résultat CreateSheetEmail
            public CreateSheetEmail SetFormatDetails(FormatDetails formatDetails)
            {
                this.formatDetails = formatDetails;
                return this;
            }