Skip to main content
Row

FloatingObject.Height Property

Gets or sets the height of the floating object.

Namespace: DevExpress.Spreadsheet

Assembly: DevExpress.Spreadsheet.v23.2.Core.dll

NuGet Package: DevExpress.Spreadsheet.Core

Declaration

float Height { get; set; }

Property Value

Type Description
Single

A Single value that is the height measured in units specified by the ISpreadsheetComponent.Unit property.

See Also