Gets the table 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 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

Single

Implements

ITable..::..Width

See Also