SpreadsheetGear 2017
ReferenceStyle Property (IWorkbookSet)






SpreadsheetGear Namespace > IWorkbookSet Interface : ReferenceStyle Property
Gets or sets the property which specifies whether to use A1 style or R1C1 style in cell and range references.
Syntax
'Declaration
 
Property ReferenceStyle As ReferenceStyle
'Usage
 
Dim instance As IWorkbookSet
Dim value As ReferenceStyle
 
instance.ReferenceStyle = value
 
value = instance.ReferenceStyle
ReferenceStyle ReferenceStyle {get; set;}
read-write property ReferenceStyle: ReferenceStyle; 
function get,set ReferenceStyle : ReferenceStyle
__property ReferenceStyle get_ReferenceStyle();
__property void set_ReferenceStyle( 
   ReferenceStyle value
);
property ReferenceStyle ReferenceStyle {
   ReferenceStyle get();
   void set (    ReferenceStyle value);
}
Remarks

Note that the WorkbookView control does not support ReferenceStyle.R1C1.

The default value is ReferenceStyle.A1.

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

IWorkbookSet Interface
IWorkbookSet Members