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 the 0-based column index. The default value is 0.  
    Public MethodGets whether the reference has column. The default value is @code:true.  
    Public MethodGets whether the reference has row. The default value is @code:true.  
    Public MethodGets whether the column is relative. The default value is @code:true.  
    Public MethodGets whether the reference contains error. The default value is @code:false.  
    Public MethodGets whether the last column is relative. The default value is @code:true.  
    Public MethodGets whether the last row is absolute. The default value is @code:true.  
    Public MethodGets whether the reference is range. The default value is @code:false.  
    Public MethodGets whether the row is relative. The default value is @code:true.  
    Public MethodGets the end column index. The default value is 0.  
    Public MethodGets the 0-based end row index. The default value is 0.  
    Public MethodGets the name of the end worksheet of the 3D reference.  
    Public MethodGets the 0-based row index. The default value is 0.  
    Public MethodGets the external workbook reference. The default value is @code:null.  
    Public MethodGets the name of the worksheet.  
    Public MethodThis object doesn't support getting hash code, because all fields are mutable.  
    Public MethodSets the 0-based column index. The default value is 0.  
    Public MethodSets whether the reference has column. The default value is @code:true.  
    Public MethodSets whether the reference has row. The default value is @code:true.  
    Public MethodSets whether the column is relative. The default value is @code:true.  
    Public MethodSets whether the reference contains error. The default value is @code:false.  
    Public MethodSets whether the last column is relative. The default value is @code:true.  
    Public MethodSets whether the last row is absolute. The default value is @code:true.  
    Public MethodSets whether the reference is range. The default value is @code:false.  
    Public MethodSets whether the row is relative. The default value is @code:true.  
    Public MethodSets the end column index. The default value is 0.  
    Public MethodSets the 0-based end row index. The default value is 0.  
    Public MethodSets the name of the end worksheet of the 3D reference.  
    Public MethodSets the 0-based row index. The default value is 0.  
    Public MethodSets the external workbook reference. The default value is @code:null.  
    Public MethodSets the name of the worksheet.  
    Public MethodOverloaded. Converts the reference to A1 string.  
    Top
    See Also