'Declaration
<System.FlagsAttribute()> Public Enum RangeLocationFlags Inherits System.Enum
'Usage
Dim instance As RangeLocationFlags
[System.Flags()] public enum RangeLocationFlags : System.Enum
'Declaration
<System.FlagsAttribute()> Public Enum RangeLocationFlags Inherits System.Enum
'Usage
Dim instance As RangeLocationFlags
[System.Flags()] public enum RangeLocationFlags : System.Enum
Member | Description |
---|---|
Headers | Specifies that row and column headers are to be considered. A row or column value of -1 is used for headers. |
None | Specifies default behaviour; ignore headers and outlines, use first pane. |
Outlines | Specifies that outlines are to be considered. A row or column value of -2 is used for outlines. |
Pane1 | Specifies that the first pane is to be used. |
Pane2 | Specifies that the second pane is to be used. |
Pane3 | Specifies that the third pane is to be used. |
Pane4 | Specifies that the fourth pane is to be used. |
System.Object
System.ValueType
System.Enum
SpreadsheetGear.Controls.RangeLocationFlags
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2