ActiveReports 14 .NET Edition
GrapeCity.ActiveReports.Export.Excel Assembly / GrapeCity.SpreadBuilder.Imaging Namespace / SBFloatingMoveType Enumeration

In This Topic
    SBFloatingMoveType Enumeration
    In This Topic
    Defines whether users will be allowed to move or resize the line with cells in the spreadsheet.
    Syntax
    'Declaration
     
    Public Enum SBFloatingMoveType 
       Inherits System.Enum
    public enum SBFloatingMoveType : System.Enum 
    Members
    MemberDescription
    MoveNoSizeThe user may move the line with cells, but the size is fixed.
    MoveSizeThe user may move and resize the line with cells.
    NoMoveNoSizeThe line is fixed. The user can neither move it nor resize it with cells.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             GrapeCity.SpreadBuilder.Imaging.SBFloatingMoveType

    See Also