Document Solutions for Word
DS.Documents.Word Assembly / GrapeCity.Documents.Word.Layout Namespace / WordLayoutSettings Class / Culture Property

In This Topic
    Culture Property
    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