Click or drag to resize

UtilsInsertTableAfter Method

Inserisce il primo parametro specificato in ingresso immediatamente dopo il secondo parametro. Ritorna True se l'elemento è stato aggiunto, False altrimenti.

Namespace: QsGemBox
Assembly: QsGemBox (in QsGemBox.dll) Version: 26.4.0.0 (26.4.0.0)
Syntax
public static bool InsertTableAfter(
	DocxTable table,
	DocxTable item
)

Parameters

table  DocxTable
Tabella da aggiungere.
item  DocxTable
Elemento da usare come riferimento.

Return Value

Boolean

[Missing <returns> documentation for "M:QsGemBox.Utils.InsertTableAfter(QsGemBox.Docx.DocxTable,QsGemBox.Docx.DocxTable)"]

See Also