LetterContentClass.InfoBlock Property
Namespace: Microsoft.Office.Interop.Word
Assembly: Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.dll)
Syntax
'Declaration
Public Overridable Property InfoBlock As Boolean
Get
Set
'Usage
Dim instance As LetterContentClass
Dim value As Boolean
value = instance.InfoBlock
instance.InfoBlock = value
public virtual bool InfoBlock { get; set; }
Property Value
Type: System.Boolean