Click or drag to resize

FormatTables Class

The FormatTables object is retrieved via the GET /serverinfo operation and contains all of the lookup tables that the Format Descriptor indexes refer to, as well as a property called defaults, which is a Format Descriptor that describes which formats the Smartsheet web application displays for unset formats.
Inheritance Hierarchy
SystemObject
  Smartsheet.Api.ModelsFormatTables

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 class FormatTables

The FormatTables type exposes the following members.

Constructors
  NameDescription
Public methodFormatTables
Top
Properties
  NameDescription
Public propertyBold
Possible values: none, on.
Public propertyColor
Color hex values.

Note: “none” is the default value for all colors. Applications will need to handle this value and use app-defined colors (typically this is Black for text color and White for background color)

Public propertyCurrency
Currency codes and symbols
Public propertyDateFormat
Available date formats
Public propertyDecimalCount
All allowed decimal count values
Public propertyDefaults
A format descriptor where each element describes the formats the Smartsheet web application displays for format values that have not been set.
Public propertyFontFamily
Font families with additional font information
Public propertyFontSize
Font sizes in points
Public propertyHorizontalAlign
Possible values: none, on.
Public propertyItalic
Possible values: none, on.
Public propertyNumberFormat
Possible values: none, NUMBER, CURRENCY, PERCENT.
Public propertyStrikethrough
Possible values: none, on.
Public propertyTextWrap
Possible values: none, on
Public propertyThousandsSeparator
Possible values: none, on
Public propertyUnderline
Possible values: none, on.
Public propertyVerticalAlign
Vertical alignment, possible values: none, middle, bottom. Note: “default” is the default value, which is equivalent to “top”.
Top
See Also