SpreadsheetGear 2023
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;}
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