FormatTablesDecimalCount Property | |
All allowed decimal count values
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<string> DecimalCount { get; set; }
Public Property DecimalCount As IList(Of String)
Get
Set
public:
property IList<String^>^ DecimalCount {
IList<String^>^ get ();
void set (IList<String^>^ value);
}
member DecimalCount : IList<string> with get, set
Property Value
Type:
IListStringSee Also