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