XlSizeRepresents Enumeration

Indicates what the size measurement is in relation to.

Namespace:  Microsoft.Office.Core
Assembly:  office (in office.dll)

Syntax

'Declaration
<GuidAttribute("8B544093-ECC1-43E3-80EF-25D6FBCC7540")> _
Public Enumeration XlSizeRepresents
'Usage
Dim instance As XlSizeRepresents
[GuidAttribute("8B544093-ECC1-43E3-80EF-25D6FBCC7540")]
public enum XlSizeRepresents

Members

Member name Description
xlSizeIsWidth The size measure is for the width.
xlSizeIsArea The size measure is for the area.

See Also

Reference

Microsoft.Office.Core Namespace