'Declaration <System.FlagsAttribute()> Public Enum SheetArea Inherits System.Enum
'Usage Dim instance As SheetArea
[System.Flags()] public enum SheetArea : System.Enum
'Declaration <System.FlagsAttribute()> Public Enum SheetArea Inherits System.Enum
'Usage Dim instance As SheetArea
[System.Flags()] public enum SheetArea : System.Enum
Member | Description |
---|---|
Cells | Indicates the cells area. |
ColumnHeader | Indicates the column header area. |
CornerHeader | Indicates a corner area. |
RowHeader | Indicates the row header area. |
System.Object
System.ValueType
System.Enum
GrapeCity.Windows.SpreadSheet.Data.SheetArea