ActiveReports3 Request technical support
CellAlignmentTypes Enumeration
See Also  


For internal use only.

Syntax

Visual Basic (Declaration) 
Public Enum CellAlignmentTypes 
   Inherits Enum
Visual Basic (Usage)Copy Code
Dim instance As CellAlignmentTypes
C# 
public enum CellAlignmentTypes : Enum 

Members

MemberDescription
Near 
Center 
Far 

Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         DataDynamics.ActiveReports.CellAlignmentTypes

See Also