SpreadsheetGear The Performance Spreadsheet Component Company 
RangeLocationFlags Enumeration
See Also  
SpreadsheetGear.Windows.Forms Namespace : RangeLocationFlags Enumeration
Specifies options for calculating locations from ranges and ranges from locations.

Syntax

C# 
[FlagsAttribute()]
public enum RangeLocationFlags : Enum 

Members

MemberDescription
None Specifies default behaviour; ignore headers, use first pane.
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.
Headers Specifies that row and column headers are to be considered. This flag is used if row and column header locations are to be considered. A row or column value of -1 is used for headers.

Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         SpreadsheetGear.Windows.Forms.RangeLocationFlags

Requirements

Namespace: SpreadsheetGear.Windows.Forms

Platforms: Windows Vista, Windows XP, Windows Server 2008, Windows Server 2003, Windows 2000, Windows Me and Windows 98, including 32 bit and 64 bit editions where applicable. SpreadsheetGear for .NET 1.x requires the Microsoft .NET Framework 1.1 or .NET 2.0 (works with .NET 3.x). SpreadsheetGear for .NET 2007 requires the Microsoft .NET Framework 2.0 (works with .NET 3.x).

Assembly: SpreadsheetGear (in SpreadsheetGear.dll)

See Also