| DocxTableSetStyle Method |
Imposta lo stile della tabella.
Namespace:
QsGemBox.Docx
Assembly:
QsGemBox (in QsGemBox.dll) Version: 23.3.0.0 (23.3.0.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