Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+
Row

FloatingObject.Left Property

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

Namespace: DevExpress.Spreadsheet

Assembly: DevExpress.Spreadsheet.v19.1.Core.dll

Declaration

float Left { get; set; }

Property Value

Type Description
Single

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

See Also