Map Business Online SDK
Format Property

MBO Namespace > FieldCustomization Class : Format Property
Gets or sets field’s format code. Keep it null (Nothing in Visual Basic) to select format automatically based on the data.
Syntax
'Declaration
 
Public Property Format As String
public string Format {get; set;}

Property Value

Field format code.
Remarks
A subset of Microsoft Excel's format codes is supported. For more information follow this link: Number format codes.
See Also

Reference

FieldCustomization Class
FieldCustomization Members