ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.SpreadBuilder Assembly / GrapeCity.SpreadBuilder.Imaging Namespace / SBFloatingMoveType Enumeration

In This Topic
    SBFloatingMoveType Enumeration
    In This Topic
    Used by DDSheet.AddLine(..)
    Syntax
    'Declaration
     
    Public Enum SBFloatingMoveType 
       Inherits System.Enum
    public enum SBFloatingMoveType : System.Enum 
    Members
    MemberDescription
    MoveNoSizeLines and Pictures move but do not size with cells.
    MoveSizeLines and Pictures move and size with cells.
    NoMoveNoSizeLines and Pictures do not move or size with cells.
    Inheritance Hierarchy

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

    See Also