A Sandcastle Documented Class Library
DocxTableSetStyle Method |
Imposta lo stile della tabella.
Namespace: QsGemBox.Docx
Assembly: QsGemBox (in QsGemBox.dll) Version: 22.4.2.0 (22.4.2.0)
Syntax
public DocxTable SetStyle( DocxTableStyle style )
Public Function SetStyle ( style As DocxTableStyle ) As DocxTable
public: DocxTable^ SetStyle( DocxTableStyle^ style )
member SetStyle : style : DocxTableStyle -> DocxTable
Parameters
- style
- Type: QsGemBox.DocxDocxTableStyle
Stile da utilizzare.
Return Value
Type: DocxTableDocxTable.
See Also