Frameset.FrameLayout Property
Frameset Layout.Represents the element tag in schema: w:frameLayout
Namespace: DocumentFormat.OpenXml.Wordprocessing
Assembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)
Syntax
'Declaration
Public Property FrameLayout As FrameLayout
Get
Set
'Usage
Dim instance As Frameset
Dim value As FrameLayout
value = instance.FrameLayout
instance.FrameLayout = value
public FrameLayout FrameLayout { get; set; }
Property Value
Type: DocumentFormat.OpenXml.Wordprocessing.FrameLayout