Spread Silverlight 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
Auto Sets the type to automatic.
FitBox Fits the box of the page.
FitHeight Fits the height of the page.
FitPage Fits the page.
FitWidth Fits 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