Document Solutions for Excel, .NET Edition | Document Solutions
GrapeCity.Documents.Excel Namespace / ReferenceStyle Enumeration
In This Topic
    ReferenceStyle Enumeration
    In This Topic
    Specifies whether to use A1 style or R1C1 style for cell references.
    Syntax
    public enum ReferenceStyle : System.Enum 
    Members
    MemberDescription
    A1 Specifies to use A1 style. Absolute references are written as $A$1 and relative references are written as A1.
    R1C1 Specifies to use R1C1 style. Absolute references are written as R1C1. Relative references are written as R[y]C[x] with y being the relative row offset and x being the relative column offset.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             GrapeCity.Documents.Excel.ReferenceStyle

    See Also