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


AnchorProperties Enumeration
Shape anchor properties.
Syntax
'Declaration
 
Public Enum AnchorProperties 
   Inherits System.Enum
 
'Usage
 
Dim instance As AnchorProperties
Members
MemberDescription
MOVE_AND_SIZE_WITH_CELLS[0] Move and size with cells
MOVE_BUT_NO_SIZE_WITH_CELLS[2] Move but not size with cells
NO_MOVE_OR_SIZE_WITH_CELLS[3] Not move or size with cells
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         FarPoint.Excel.AnchorProperties

See Also