Set cell width

Namespace: Spire.Doc
Assembly: Spire.Doc (in Spire.Doc.dll) Version: 9.6.1.0 (9.6.1.3020)

Syntax

            
 C#  Visual Basic  Visual C++  F# 
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
Single
widthType
CellWidthType

See Also