DocxTableColumn.InnerObject Property

QsInformatica.Utils

DocxTableColumnInnerObject Property

Gets or sets the inner object.

Namespace:  QsGemBox.Docx
Assembly:  QsGemBox (in QsGemBox.dll) Version: 22.4.2.0 (22.4.2.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

Type: TableColumn
The inner object.
See Also