Options.BibliographySort Property
Returns or sets a String that represents the order in which to display sources in the Source Manager dialog box. Read/write.
Namespace: Microsoft.Office.Interop.Word
Assembly: Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.dll)
Syntax
'Declaration
Property BibliographySort As String
Get
Set
'Usage
Dim instance As Options
Dim value As String
value = instance.BibliographySort
instance.BibliographySort = value
string BibliographySort { get; set; }
Property Value
Type: System.String
String
Remarks
Possible values for the BibliographySort property are Author, Title, Tag, or Year.