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


In This Topic
    DataOrientation Enumeration
    In This Topic
    Represents the orientation of the range.
    Syntax
    'Declaration
     
    Public Enum DataOrientation 
       Inherits System.Enum
    'Usage
     
    Dim instance As DataOrientation
    public enum DataOrientation : System.Enum 
    Members
    MemberDescription
    HorizontalSpecifies the horizontal orientation.
    VerticalSpecifies the vertical orientation.
    Inheritance Hierarchy

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

    See Also