Document Solutions for Excel, Java Edition | Document Solutions
com.grapecity.documents.excel.expressions Package / Reference Class
Fields 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 Fields
     NameDescription
    Public Field  
    Top
    Public Methods
     NameDescription
    Public MethodCopy the reference.  
    Public MethodOverloaded. Equality comparison for late binding.  
    Public MethodGets or sets the 0-based column index. The default value is 0.  
    Public MethodIndicates whether the reference has column. The default value is @code:true.  
    Public MethodGets or sets whether the reference has row. The default value is @code:true.  
    Public MethodGets or sets whether the column is relative. The default value is @code:true.  
    Public MethodGets or sets whether the reference contains error. The default value is @code:false.  
    Public MethodGets or sets whether the last column is relative. The default value is @code:true.  
    Public MethodGets or sets whether the last row is absolute. The default value is @code:true.  
    Public MethodGets or sets whether the reference is range. The default value is @code:false.  
    Public MethodGets or sets whether the row is relative. The default value is @code:true.  
    Public MethodGets or sets the end column index. The default value is 0.  
    Public MethodGets or sets the 0-based end row index. The default value is 0.  
    Public MethodThe name of the end worksheet of the 3D reference.  
    Public MethodGets or sets the 0-based row index. The default value is 0.  
    Public MethodGets or sets the external workbook reference. The default value is @code:null.  
    Public MethodThe name of the worksheet.  
    Public MethodThis object doesn't support getting hash code, because all fields are mutable.  
    Public MethodGets or sets the 0-based column index. The default value is 0.  
    Public MethodIndicates whether the reference has column. The default value is @code:true.  
    Public MethodGets or sets whether the reference has row. The default value is @code:true.  
    Public MethodGets or sets whether the column is relative. The default value is @code:true.  
    Public MethodGets or sets whether the reference contains error. The default value is @code:false.  
    Public MethodGets or sets whether the last column is relative. The default value is @code:true.  
    Public MethodGets or sets whether the last row is absolute. The default value is @code:true.  
    Public MethodGets or sets whether the reference is range. The default value is @code:false.  
    Public MethodGets or sets whether the row is relative. The default value is @code:true.  
    Public MethodGets or sets the end column index. The default value is 0.  
    Public MethodGets or sets the 0-based end row index. The default value is 0.  
    Public MethodThe name of the end worksheet of the 3D reference.  
    Public MethodGets or sets the 0-based row index. The default value is 0.  
    Public MethodGets or sets the external workbook reference. The default value is @code:null.  
    Public MethodThe name of the worksheet.  
    Public MethodOverloaded. Converts the reference to A1 string.  
    Top
    See Also