[]
        
(Showing Draft Content)

GrapeCity.Documents.Excel.Drawing.Placement

Enum Placement

Namespace
GrapeCity.Documents.Excel.Drawing
Assembly
GcDocs.Excel.dll

Specifies the way an object is attached to its underlying cells.

public enum Placement

Fields

FreeFloating = 2

Specifies that an object is free floating.

Move = 1

Specifies that an object is moved with the cells.

MoveAndSize = 0

Specifies that an object is moved and sized with the cells.