Upravit

Sdílet prostřednictvím


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

Name Value Description
xlVAlignTop -4160

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

xlVAlignJustify -4130

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

xlVAlignDistributed -4117

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

xlVAlignCenter -4108

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

xlVAlignBottom -4107

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

Applies to