|  | DocxTableColumnInnerObject 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 TableColumn InnerObject { get; set; }Public Property InnerObject As TableColumn
	Get
	Set
public:
property TableColumn^ InnerObject {
	TableColumn^ get ();
	void set (TableColumn^ value);
}member InnerObject : TableColumn with get, set
Property Value
Type: 
TableColumnThe inner object.
 See Also
See Also