Returns the width of the cell.
Read-only
Double.
Namespace:
Aspose.Slides
Assembly:
Aspose.Slides (in Aspose.Slides.dll) Version: 20.3.0.0 (20.3)
Syntaxpublic double Width { get; }
Public ReadOnly Property Width As Double
Get
public:
virtual property double Width {
double get () sealed;
}
abstract Width : float with get
override Width : float with get
Property Value
Type:
DoubleImplements
ICellWidth
See Also