XlSizeRepresents Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
You should access and use this enumeration from the Excel primary interop assembly (PIA). Indicates what the size measurement is in relation to.
public enum class XlSizeRepresents
[System.Runtime.InteropServices.Guid("8B544093-ECC1-43E3-80EF-25D6FBCC7540")]
public enum XlSizeRepresents
[<System.Runtime.InteropServices.Guid("8B544093-ECC1-43E3-80EF-25D6FBCC7540")>]
type XlSizeRepresents =
Public Enum XlSizeRepresents
- Inheritance
-
XlSizeRepresents
- Attributes
Fields
Name | Value | Description |
---|---|---|
xlSizeIsArea | 1 | You should access and use this enumeration from the Excel primary interop assembly (PIA). The size measure is for the area. |
xlSizeIsWidth | 2 | You should access and use this enumeration from the Excel primary interop assembly (PIA). The size measure is for the width. |