[]
        
(Showing Draft Content)

GrapeCity.Spreadsheet.Drawing.GraphicFrameLocks

GraphicFrameLocks Enum

Represents all locking properties for a graphic frame.

Namespace: GrapeCity.Spreadsheet.Drawing
Assembly: GrapeCity.Spreadsheet.dll
Syntax
[Flags]
public enum GraphicFrameLocks
<Flags>
Public Enum GraphicFrameLocks

Fields

Name Description
Aspect

Specifies that the application should not allow aspect ratio changes for the corresponding connection shape.

Group

Specifies that the application should not allow shape grouping for the corresponding connection shape.

Move

Specifies that the application should not allow position changes for the corresponding connection shape.

None

Specifies that there is no locking.

Resize

Specifies that the application should not allow size changes for the corresponding connection shape.

Select

Specifies that the application should not allow selecting of the corresponding connection shape.

SelectChildren

Specifies that the generating application should not allow selecting of objects within the corresponding graphic frame but allow selecting of the graphic frame itself.