Initializes a new instance of the
TableStyle class.
Namespace: SautinSoft.Document.TablesAssembly: SautinSoft.Document (in SautinSoft.Document.dll) Version: 2024.11.20
Syntax public TableStyle(
string name
)
Public Sub New (
name As String
)
Parameters
- name String
- The table style name.
See Also