| DocxTableColumnInnerObject Property |
Gets or sets the inner object.
Namespace: QsGemBox.DocxAssembly: QsGemBox (in QsGemBox.dll) Version: 26.4.0.0 (26.4.0.0)
Syntax public 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
TableColumnThe inner object.
See Also