_Application.ReferenceStyle Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Returns or sets how Microsoft Excel displays cell references and row and column headings in either A1 or R1C1 reference style. Read/write XlReferenceStyle.
public:
property Microsoft::Office::Interop::Excel::XlReferenceStyle ReferenceStyle { Microsoft::Office::Interop::Excel::XlReferenceStyle get(); void set(Microsoft::Office::Interop::Excel::XlReferenceStyle value); };
public Microsoft.Office.Interop.Excel.XlReferenceStyle ReferenceStyle { get; set; }
Public Property ReferenceStyle As XlReferenceStyle
Property Value
Remarks
XlReferenceStyle can be one of these XlReferenceStyle constants:
xlA1
xlR1C1