Поделиться через


OMathMat.PlcHoldHidden Property

Returns or sets a Boolean that represents whether placeholders in a matrix are hidden from display. Read/write.

Namespace:  Microsoft.Office.Interop.Word
Assembly:  Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.dll)

Syntax

'Declaration
Property PlcHoldHidden As Boolean
    Get
    Set
'Usage
Dim instance As OMathMat
Dim value As Boolean

value = instance.PlcHoldHidden

instance.PlcHoldHidden = value
bool PlcHoldHidden { get; set; }

Property Value

Type: System.Boolean
Boolean

Remarks

True hides placeholder text.

See Also

Reference

OMathMat Interface

OMathMat Members

Microsoft.Office.Interop.Word Namespace