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
)
Public Sub SetCellWidth (
width As Single,
widthType As CellWidthType
)
public:
void SetCellWidth(
float width,
CellWidthType widthType
)
member SetCellWidth :
width : float32 *
widthType : CellWidthType -> unit
Parameters
-
width
-
Type:
System
Single
Width of the cell.
-
widthType
-
Type:
Spire.Doc
CellWidthType
Width type of the cell.
See Also