Spread WPF 17
GrapeCity.Windows.SpreadSheet.Data Namespace / DestinationType Enumeration


In This Topic
    DestinationType Enumeration
    In This Topic
    Specifies the destination types for internal and external links.
    Syntax
    'Declaration
     
    Public Enum DestinationType 
       Inherits System.Enum
    'Usage
     
    Dim instance As DestinationType
    public enum DestinationType : System.Enum 
    Members
    MemberDescription
    AutoSets the type to automatic.
    FitBoxFits the box of the page.
    FitHeightFits the height of the page.
    FitPageFits the page.
    FitWidthFits the width of the page.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             GrapeCity.Windows.SpreadSheet.Data.DestinationType

    See Also