Version

HorizontalCellAlignment Enumeration

Enumeration for horizontal alignment styles. Default value is used in property override situations.
Syntax
'Declaration
 
Public Enum HorizontalCellAlignment 
   Inherits System.Enum
public enum HorizontalCellAlignment : System.Enum 
Members
MemberDescription
CenterCentered alignment.
CenterAcrossSelectionCenters the contents of the left-most cell in a center across selection group. All other cells in the center across selection group must be empty. The cells are not merged, and the data may appear to be in a cell other than the left-most cell.
DefaultUse the current default.
DistributedDistributed alignment.
FillRepeat cell value to fill whole cell.
GeneralAlignment depends on underlying data type.
JustifyJustify alignment.
LeftLeft alignment.
RightRight alignment.
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