Click or drag to resize

TableCell SetCellWidth Method

Set the width and type of the cell.

Namespace: Spire.Doc
Assembly: Spire.Doc (in Spire.Doc.dll) Version: 13.2.3.0 (13.2.3.3046)
Syntax
public void SetCellWidth(
	float width,
	CellWidthType widthType
)

Parameters

width
Type: System Single
Width of the cell.
widthType
Type: Spire.Doc CellWidthType
Width type of the cell.
See Also