| 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: 22.4.2.0 (22.4.2.0)
Syntax public DocxTableStyle GetTableStyle(
string name
)
Public Function GetTableStyle (
name As String
) As DocxTableStyle
public:
DocxTableStyle^ GetTableStyle(
String^ name
)
member GetTableStyle :
name : string -> DocxTableStyle
Parameters
- name
- Type: SystemString
Nome dello stile.
Return Value
Type:
DocxTableStyle[Missing <returns> documentation for "M:QsGemBox.Docx.DocxDocument.GetTableStyle(System.String)"]
See Also