DocxDocument.AddTableStyle Method

QsInformatica.Utils

DocxDocumentAddTableStyle Method

Aggiunge un nuovo stile di tabella.

Namespace:  QsGemBox.Docx
Assembly:  QsGemBox (in QsGemBox.dll) Version: 22.4.2.0 (22.4.2.0)
Syntax
public DocxTableStyle AddTableStyle(
	string name
)
Public Function AddTableStyle ( 
	name As String
) As DocxTableStyle
public:
DocxTableStyle^ AddTableStyle(
	String^ name
)
member AddTableStyle : 
        name : string -> DocxTableStyle 

Parameters

name
Type: SystemString
Il nome dello stile

Return Value

Type: DocxTableStyle
L'oggetto stile
See Also