Click or drag to resize

DocxDocumentGetTableStyle Method

Ritorna lo stile di tabella in base al nome specificato in ingresso. Ritorna 'null' se il nome specificato è vuoto

Namespace: QsGemBox.Docx
Assembly: QsGemBox (in QsGemBox.dll) Version: 26.4.0.0 (26.4.0.0)
Syntax
public DocxTableStyle GetTableStyle(
	string name
)

Parameters

name  String
Nome dello stile.

Return Value

DocxTableStyle

[Missing <returns> documentation for "M:QsGemBox.Docx.DocxDocument.GetTableStyle(System.String)"]

See Also