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: 23.3.0.0 (23.3.0.0)
Syntax
public DocxTableStyle GetTableStyle(
	string name
)

Parameters

name
Type: SystemString
Nome dello stile.

Return Value

Type: DocxTableStyle

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

See Also