SpreadsheetGear 2017
RangeLocationFlags Enumeration






SpreadsheetGear.Controls Namespace : RangeLocationFlags Enumeration
Specifies options for calculating locations from ranges and ranges from locations.
Syntax
'Declaration
 
<System.FlagsAttribute()>
Public Enum RangeLocationFlags 
   Inherits System.Enum
'Usage
 
Dim instance As RangeLocationFlags
[System.Flags()]
public enum RangeLocationFlags : System.Enum 
public enum RangeLocationFlags = class(System.Enum)
System.FlagsAttribute()
public enum RangeLocationFlags extends System.Enum
[System.Flags()]
__value public enum RangeLocationFlags : public System.Enum 
[System.Flags()]
public enum class RangeLocationFlags : public System.Enum 
Members
MemberDescription
HeadersSpecifies that row and column headers are to be considered. A row or column value of -1 is used for headers.
NoneSpecifies default behaviour; ignore headers and outlines, use first pane.
OutlinesSpecifies that outlines are to be considered. A row or column value of -2 is used for outlines.
Pane1Specifies that the first pane is to be used.
Pane2Specifies that the second pane is to be used.
Pane3Specifies that the third pane is to be used.
Pane4Specifies that the fourth pane is to be used.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         SpreadsheetGear.Controls.RangeLocationFlags

Requirements

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

See Also

Reference

SpreadsheetGear.Controls Namespace