Edit

Share via


XlSizeRepresents Enum

Definition

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

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.

Applies to