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


In This Topic
    SetBorderOptions Enumeration
    In This Topic
    Specifies the options for the border setting.
    Syntax
    'Declaration
     
    <FlagsAttribute()>
    Public Enum SetBorderOptions 
       Inherits System.Enum
    'Usage
     
    Dim instance As SetBorderOptions
    [Flags()]
    public enum SetBorderOptions : System.Enum 
    Members
    MemberDescription
    AllSpecifies all directions for the border.
    BottomSpecifies the bottom border.
    InnerHorizontalSpecifies the horizontal border.
    InnerVerticalSpecifies the vertical border.
    InsideSpecifies the inner horizontal and vertical borders.
    LeftSpecifies the right left border.
    OutLineSpecifies the left, top, right, and bottom borders.
    RightSpecifies the right border.
    TopSpecifies the top border.
    Inheritance Hierarchy

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

    See Also