Gets or sets cell width type

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 CellWidthType CellWidthType { get; set; }
Public Property CellWidthType As CellWidthType
	Get
	Set
public:
property CellWidthType CellWidthType {
	CellWidthType get ();
	void set (CellWidthType value);
}
member CellWidthType : CellWidthType with get, set

Property Value

CellWidthType

See Also