[]
        
(Showing Draft Content)

FarPoint.Web.Spread.FloatingObject.Height

Height Property

Height

Gets or sets the height of the object in pixels.

Declaration
[FpCategory("Layout")]
public override Unit Height { get; set; }
<FpCategory("Layout")>
Public Overrides Property Height As Unit
Overrides
Exceptions
Type Condition
ArgumentException

if Height unit is not pixel.

ArgumentOutOfRangeException

if Height value is not larger than zero.