Spread Windows Forms 15.0
FarPoint.Excel Assembly / FarPoint.Excel Namespace / PositionMode Enumeration


In This Topic
    PositionMode Enumeration
    In This Topic
    Specify positioning mode for position information saved in a Pos record.
    Syntax
    'Declaration
     
    
    Public Enum PositionMode 
       Inherits System.Enum
    'Usage
     
    
    Dim instance As PositionMode
    public enum PositionMode : System.Enum 
    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