'Declaration <FlagsAttribute()> Public Enum Sizing Inherits System.Enum
'Usage Dim instance As Sizing
[Flags()] public enum Sizing : System.Enum
'Declaration <FlagsAttribute()> Public Enum Sizing Inherits System.Enum
'Usage Dim instance As Sizing
[Flags()] public enum Sizing : System.Enum
Member | 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 |
System.Object
System.ValueType
System.Enum
GrapeCity.Spreadsheet.Drawing.Sizing