Note: This API is now obsolete.
 
 Gets the width of the cell.
 Namespace:
 Spire.Doc
 Assembly:
Spire.Doc (in Spire.Doc.dll) Version: 13.2.3.0 (13.2.3.3046)
 Syntax
Syntax
 
 
[ObsoleteAttribute("The set accessor for this property is obsolete. Call SetCellWidth instead.")]
public float Width { get; set; }
 
<ObsoleteAttribute("The set accessor for this property is obsolete. Call SetCellWidth instead.")>
Public Property Width As Single
	Get
	Set
 
public:
[ObsoleteAttribute(L"The set accessor for this property is obsolete. Call SetCellWidth instead.")]
property float Width {
	float get ();
	void set (float value);
}
 
[<ObsoleteAttribute("The set accessor for this property is obsolete. Call SetCellWidth instead.")>]
member Width : float32 with get, set
 
 
 
Property Value
 
 Type:
 
Single
 
 
 See Also
See Also