|  | DocxSectionInnerObject Property  | 
 
            Gets or sets the inner object.
            
 
    Namespace: 
   QsGemBox.Docx
    Assembly:
   QsGemBox (in QsGemBox.dll) Version: 25.2.0.0 (25.2.0.0)
 Syntax
Syntaxpublic Section InnerObject { get; set; }Public Property InnerObject As Section
	Get
	Set
public:
property Section^ InnerObject {
	Section^ get ();
	void set (Section^ value);
}member InnerObject : Section with get, set
Property Value
Type: 
SectionThe inner object.
 See Also
See Also