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


In This Topic
    SheetArea Enumeration
    In This Topic
    Specifies the area in the sheet.
    Syntax
    'Declaration
     
    <FlagsAttribute()>
    Public Enum SheetArea 
       Inherits System.Enum
    'Usage
     
    Dim instance As SheetArea
    [Flags()]
    public enum SheetArea : System.Enum 
    Members
    MemberDescription
    CellsIndicates the cells area.
    ColumnHeaderIndicates the column header area.
    CornerHeaderIndicates a corner area.
    RowHeaderIndicates the row header area.
    Inheritance Hierarchy

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

    See Also