Version

CellContentAlignment Enumeration

Determines the position of a label relative to its cell
Syntax
'Declaration
 
Public Enum CellContentAlignment 
   Inherits System.Enum
public enum CellContentAlignment : System.Enum 
Members
MemberDescription
DefaultThe default based on other settings
LabelAboveValueAlignCenterLabel above cell value in center
LabelAboveValueAlignLeftLabel above cell value on left
LabelAboveValueAlignRightLabel above cell value on right
LabelAboveValueStretchLabel above cell value - stretch to same width
LabelBelowValueAlignCenterLabel below cell value in center
LabelBelowValueAlignLeftLabel below cell value on left
LabelBelowValueAlignRightLabel below cell value on right
LabelBelowValueStretchLabel below cell value - stretch to same width
LabelLeftOfValueAlignBottomLabel left of cell value on bottom
LabelLeftOfValueAlignMiddleLabel left of cell value in middle
LabelLeftOfValueAlignTopLabel left of cell value on top
LabelLeftOfValueStretchLabel left of cell value - stretch to same height
LabelOnlyOnly show the label - hide the cell value
LabelRightOfValueAlignBottomLabel right of cell value on bottom
LabelRightOfValueAlignMiddleLabel right of cell value in middle
LabelRightOfValueAlignTopLabel right of cell value on top
LabelRightOfValueStretchLabel right of cell value - stretch to same height
ValueOnlyOnly show the cell value - hide the label
Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also