GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.Drawing Namespace / AlignCommand Enumeration


AlignCommand Enumeration
Defines how to align specified objects relative to one another.
Syntax
'Declaration
 
Public Enum AlignCommand 
   Inherits System.Enum
 
'Usage
 
Dim instance As AlignCommand
Members
MemberDescription
BottomsAlign bottoms of specified objects.
CentersAlign centers of specified objects.
LeftsAlign left sides of specified objects.
MiddlesAlign middles of specified objects.
RightsAlign right sides of specified objects.
TopsAlign tops of specified objects.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         GrapeCity.Spreadsheet.Drawing.AlignCommand

See Also