Gets the table width
 Namespace:
 Spire.Doc
 Assembly:
Spire.Doc (in Spire.Doc.dll) Version: 13.2.3.0 (13.2.3.3046)
 Syntax
Syntax
 
 
public float Width { get; }
 
Public ReadOnly Property Width As Single
	Get
 
public:
virtual property float Width {
	float get () sealed;
}
 
abstract Width : float32 with get
override Width : float32 with get
 
 
 
Property Value
 
 Type:
 
Single
 
Implements
 
ITable
Width
 
 
 See Also
See Also