Comments.ShowBy Property
Returns or sets the name of the reviewer whose comments are shown in the comments pane.
Namespace: Microsoft.Office.Interop.Word
Assembly: Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.dll)
Syntax
'Declaration
Property ShowBy As String
Get
Set
'Usage
Dim instance As Comments
Dim value As String
value = instance.ShowBy
instance.ShowBy = value
string ShowBy { get; set; }
Property Value
Type: System.String
Remarks
You can choose to show comments either by a single reviewer or by all reviewers. To view the comments by all reviewers, set this property to "All Reviewers."