Click or drag to resize

TableWidth Constructor

Initializes a new instance of the TableWidth struct.

Namespace: SautinSoft.Document.Tables
Assembly: SautinSoft.Document (in SautinSoft.Document.dll) Version: 2024.4.24
Syntax
public TableWidth(
	double value,
	TableWidthUnit unit
)

Parameters

value  Double
The table width value.
unit  TableWidthUnit
The table width measurement unit.
See Also