[]
        
(Showing Draft Content)

GrapeCity.Documents.Word.Fields.IndexFieldOptions.Culture

Culture Property

Culture

Gets or sets the CultureInfo that is used to sort the index entries.

If null, the culture specified when updating the field (see Culture) is used.

Default value is null.

Declaration
public CultureInfo Culture { get; set; }
Public Property Culture As CultureInfo
See Also