In This Topic
Gets or sets the culture used to format calculated fields.
If not specified, the CultureInfo.CurrentCulture is used.
Syntax
'Declaration
Public Property Culture As System.Globalization.CultureInfo
public System.Globalization.CultureInfo Culture {get; set;}
See Also