Spread WinForms 15
FarPoint.Excel Assembly / FarPoint.Excel Namespace / PositionMode Enumeration


PositionMode Enumeration
Specify positioning mode for position information saved in a Pos record.
Syntax
'Declaration
 
Public Enum PositionMode 
   Inherits System.Enum
 
'Usage
 
Dim instance As PositionMode
Members
MemberDescription
MDABSAbsolute width and height in points; can only be applied to the mdBotRt field of Pos.
MDCHARTRelative position to the chart, in SPRC.
MDFXRelative position to the chart, in points.
MDKTHOffset to default position, in 1/1000th of the plot area size.
MDPARENTOwner of Pos determines how to interpret the position data.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         FarPoint.Excel.PositionMode

See Also