FormatTablesCurrency Property | |
Currency codes and symbols
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 IList<Currency> Currency { get; set; }
Public Property Currency As IList(Of Currency)
Get
Set
public:
property IList<Currency^>^ Currency {
IList<Currency^>^ get ();
void set (IList<Currency^>^ value);
}
member Currency : IList<Currency> with get, set
Property Value
Type:
IListCurrencySee Also