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.
See Also