XlVAlign Enum

Definition

You should access and use this enumeration from the Excel primary interop assembly (PIA). Specifies the vertical alignment for the object.

public enum class XlVAlign
public enum XlVAlign
type XlVAlign = 
Public Enum XlVAlign
Inheritance
XlVAlign

Fields

xlVAlignBottom -4107

You should access and use this enumeration from the Excel primary interop assembly (PIA). Bottom

xlVAlignCenter -4108

You should access and use this enumeration from the Excel primary interop assembly (PIA). Center

xlVAlignDistributed -4117

You should access and use this enumeration from the Excel primary interop assembly (PIA). Distributed

xlVAlignJustify -4130

You should access and use this enumeration from the Excel primary interop assembly (PIA). Justify

xlVAlignTop -4160

You should access and use this enumeration from the Excel primary interop assembly (PIA). Top

Applies to