Spread Windows Forms 15.0
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.CellType Namespace / PaintingLocation Enumeration


In This Topic
    PaintingLocation Enumeration
    In This Topic
    Specifies the locations in the component for painting.
    Syntax
    'Declaration
     
    
    Public Enum PaintingLocation 
       Inherits System.Enum
    'Usage
     
    
    Dim instance As PaintingLocation
    public enum PaintingLocation : System.Enum 
    Members
    MemberDescription
    ColumnFooterSpecifies that the location is in the column footer area of the component.
    ColumnHeaderSpecifies that the location is in the column header area of the component.
    CornerSpecifies that the location is in the upper left sheet corner of a workbook.
    FooterCornerSpecifies that the location is in the lower left sheet corner of a workbook.
    RowHeaderSpecifies that the location is in the row header area of the component.
    ViewportSpecifies that the location is in a viewport of the data area of the component.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             FarPoint.Win.Spread.CellType.PaintingLocation

    See Also