[]
        
(Showing Draft Content)

GrapeCity.Spreadsheet.Drawing.Sizing

Sizing Enum

Specifies the sizing aspects of the object.

Namespace: GrapeCity.Spreadsheet.Drawing
Assembly: GrapeCity.Spreadsheet.dll
Syntax
[Flags]
public enum Sizing : byte
<Flags>
Public Enum Sizing As Byte

Fields

Name Description
Height

Allows user to size the height of the object

HeightAndWidth

Allows user to size both the height and width of the object

None

Does not allow user sizing

Width

Allows user to size the width of the object