'Declaration
Public Enum PaintingLocation Inherits System.Enum
'Usage
Dim instance As PaintingLocation
public enum PaintingLocation : System.Enum
'Declaration
Public Enum PaintingLocation Inherits System.Enum
'Usage
Dim instance As PaintingLocation
public enum PaintingLocation : System.Enum
Member | Description |
---|---|
ColumnFooter | Specifies that the location is in the column footer area of the component. |
ColumnHeader | Specifies that the location is in the column header area of the component. |
Corner | Specifies that the location is in the upper left sheet corner of a workbook. |
FooterCorner | Specifies that the location is in the lower left sheet corner of a workbook. |
RowHeader | Specifies that the location is in the row header area of the component. |
Viewport | Specifies that the location is in a viewport of the data area of the component. |
System.Object
System.ValueType
System.Enum
FarPoint.Win.Spread.CellType.PaintingLocation