Heureka API .NET Documentation
XlRowCol Enumeration



Syntax
'Declaration
 
<CompilerGeneratedAttribute()>
<TypeIdentifierAttribute(Scope="00020813-0000-0000-c000-000000000046", Identifier="Microsoft.Office.Interop.Excel.XlRowCol")>
Public Enum XlRowCol 
   Inherits System.Enum
'Usage
 
Dim instance As XlRowCol
[CompilerGenerated()]
[TypeIdentifier(Scope="00020813-0000-0000-c000-000000000046", Identifier="Microsoft.Office.Interop.Excel.XlRowCol")]
public enum XlRowCol : System.Enum 
[CompilerGenerated()]
[TypeIdentifier(Scope="00020813-0000-0000-c000-000000000046", Identifier="Microsoft.Office.Interop.Excel.XlRowCol")]
public enum class XlRowCol : public System.Enum 
Members
MemberDescription
xlColumns 
xlRows 
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         Microsoft.Office.Interop.Excel.XlRowCol

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

Microsoft.Office.Interop.Excel Namespace

Send Feedback