Spread WPF Documentation
DestinationType Enumeration


GrapeCity.Windows.SpreadSheet.Data Namespace : DestinationType Enumeration
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

Reference

GrapeCity.Windows.SpreadSheet.Data Namespace