Initializes a new instance of the
TableWidth struct.
Namespace: SautinSoft.Document.TablesAssembly: SautinSoft.Document (in SautinSoft.Document.dll) Version: 2025.1.16
Syntax public TableWidth(
double value,
TableWidthUnit unit
)
Public Sub New (
value As Double,
unit As TableWidthUnit
)
Parameters
- value Double
- The table width value.
- unit TableWidthUnit
- The table width measurement unit.
See Also