|  | DocxHyperlinkSection Property  | 
 
            Ritorna la sezione di appartenenza
            
 
    Namespace: 
   QsGemBox.Docx
    Assembly:
   QsGemBox (in QsGemBox.dll) Version: 22.4.2.0 (22.4.2.0)
 Syntax
Syntaxpublic DocxSection Section { get; }Public ReadOnly Property Section As DocxSection
	Get
public:
property DocxSection^ Section {
	DocxSection^ get ();
}member Section : DocxSection with get
Property Value
Type: 
DocxSectionThe section.
 See Also
See Also