PreviousSectionProperties.SectionType Property
Section Type.Represents the element tag in schema: w:type
Namespace: DocumentFormat.OpenXml.Wordprocessing
Assembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)
Syntax
'宣言
Public Property SectionType As SectionType
Get
Set
'使用
Dim instance As PreviousSectionProperties
Dim value As SectionType
value = instance.SectionType
instance.SectionType = value
public SectionType SectionType { get; set; }
Property Value
Type: DocumentFormat.OpenXml.Wordprocessing.SectionType
Returns SectionType.
See Also
Reference
PreviousSectionProperties Class