Back to Devexpress

FloatingObject.Top Property

officefileapi-devexpress-dot-spreadsheet-dot-floatingobject-e4ec6c4d.md

latest1.3 KB
Original Source

FloatingObject.Top Property

Gets or sets the distance from the top edge of the worksheet to the top left corner of the floating object.

Namespace : DevExpress.Spreadsheet

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

NuGet Package : DevExpress.Spreadsheet.Core

Declaration

csharp
float Top { get; set; }
vb
Property Top As Single

Property Value

TypeDescription
Single

A Single value that is the distance from the top of the worksheet in units specified by the ISpreadsheetComponent.Unit property.

|

See Also

FloatingObject Interface

FloatingObject Members

DevExpress.Spreadsheet Namespace