Document Solutions for Excel, .NET Edition | Document Solutions
GrapeCity.Documents.Excel.Expressions Namespace / Reference Class
Properties Methods

In This Topic
    Reference Class Members
    In This Topic

    The following tables list the members exposed by Reference.

    Public Constructors
     NameDescription
    Public Constructor  
    Top
    Public Properties
     NameDescription
    Public Property Gets or sets the 0-based column index. The default value is 0.  
    Public PropertyIndicates whether the reference has column. The default value is true.  
    Public PropertyGets or sets whether the reference has row. The default value is true.  
    Public PropertyGets or sets whether the column is relative. The default value is true.  
    Public PropertyGets or sets whether the reference contains error. The default value is false.  
    Public PropertyGets or sets whether the last column is relative. The default value is true.  
    Public PropertyGets or sets whether the last row is absolute. The default value is true.  
    Public PropertyGets or sets whether the reference is range. The default value is false.  
    Public PropertyGets or sets whether the row is relative. The default value is true.  
    Public Property Gets or sets the end column index. The default value is 0.  
    Public Property Gets or sets the 0-based end row index. The default value is 0.  
    Public Property The name of the end worksheet of the 3D reference.  
    Public Property Gets or sets the 0-based row index. The default value is 0.  
    Public PropertyGets or sets the external workbook reference. The default value is a null reference (Nothing in Visual Basic) (Nothing).  
    Public Property The name of the worksheet.  
    Top
    Public Methods
     NameDescription
    Public Method Copy the reference.  
    Public MethodOverloaded.  Equality comparison for late binding.  
    Public Method This object doesn't support getting hash code, because all fields are mutable.  
    Public MethodOverloaded.  Converts the reference to A1 string.  
    Top
    See Also