Spread for ASP.NET 12 Product Documentation
Width Property (FloatingObject)


FarPoint.Web.Spread Assembly > FarPoint.Web.Spread Namespace > FloatingObject Class : Width Property
Gets or sets the width of the object in pixels.
Syntax
'Declaration
 
Public Overrides Property Width As Unit
'Usage
 
Dim instance As FloatingObject
Dim value As Unit
 
instance.Width = value
 
value = instance.Width
public override Unit Width {get; set;}
Exceptions
ExceptionDescription
if Width unit is not pixel.
if Width value is not larger than zero.
See Also

Reference

FloatingObject Class
FloatingObject Members