Word Reports
Alignment Property



KellermanSoftware.WordReports Namespace > ColumnDefinition Class : Alignment Property
Gets or sets the alignment, Left, Right, or Center
Syntax
Public Property Alignment As ColumnAlignment
Dim instance As ColumnDefinition
Dim value As ColumnAlignment
 
instance.Alignment = value
 
value = instance.Alignment
public ColumnAlignment Alignment {get; set;}
public:
property ColumnAlignment Alignment {
   ColumnAlignment get();
   void set (    ColumnAlignment value);
}

Property Value

The alignment.
Requirements

Target Platforms: Windows 7, 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

Reference

ColumnDefinition Class
ColumnDefinition Members