Replacement.Frame Property
Returns a Frame object that represents the frame formatting for the specified style or find-and-replace operation.
Namespace: Microsoft.Office.Interop.Word
Assembly: Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.dll)
Syntax
'Declaration
ReadOnly Property Frame As Frame
Get
'Usage
Dim instance As Replacement
Dim value As Frame
value = instance.Frame
Frame Frame { get; }
Property Value
Type: Microsoft.Office.Interop.Word.Frame