Skip to main content
Row

FloatingObject Interface

A base interface for floating objects in a worksheet (pictures, charts and comments).

Namespace: DevExpress.Spreadsheet

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

NuGet Package: DevExpress.Spreadsheet.Core

Declaration

public interface FloatingObject

Remarks

The FloatingObject interface is a base interface for the Picture, Chart, Comment, and Shape interfaces. It provides different options used to control the size and position of floating objects in a worksheet.

See Also