A Sandcastle Documented Class Library
UtilsInsertTableBefore Method |
Inserisce il primo parametro specificato in ingresso immediatamente prima del secondo parametro.
Ritorna True se l'elemento è stato aggiunto, False altrimenti.
Namespace: QsGemBox
Assembly: QsGemBox (in QsGemBox.dll) Version: 22.4.2.0 (22.4.2.0)
Syntax
public static bool InsertTableBefore( DocxTable table, DocxTable item )
Public Shared Function InsertTableBefore ( table As DocxTable, item As DocxTable ) As Boolean
public: static bool InsertTableBefore( DocxTable^ table, DocxTable^ item )
static member InsertTableBefore : table : DocxTable * item : DocxTable -> bool
Parameters
- table
- Type: QsGemBox.DocxDocxTable
Tabella da aggiungere. - item
- Type: QsGemBox.DocxDocxTable
Elemento da usare come riferimento.
Return Value
Type: Boolean[Missing <returns> documentation for "M:QsGemBox.Utils.InsertTableBefore(QsGemBox.Docx.DocxTable,QsGemBox.Docx.DocxTable)"]
See Also