ActiveReports.Viewer3 Request technical support
Align Property
See Also 


For internal use only.

Syntax

Visual Basic (Declaration) 
Public Property Align As CellAlignmentTypes
Visual Basic (Usage)Copy Code
Dim instance As PageCell
Dim value As CellAlignmentTypes
 
instance.Align = value
 
value = instance.Align
C# 
public CellAlignmentTypes Align {get; set;}

See Also