GrapeCity.Xaml.SpreadSheet.Data
ReferenceStyle Property (Workbook)


GrapeCity.Xaml.SpreadSheet.Data Namespace > Workbook Class : ReferenceStyle Property
Gets or sets the style for cell and range references in cell formulas on this sheet.
Syntax
'Declaration
 
<DefaultValueAttribute()>
Public Property ReferenceStyle As ReferenceStyle
'Usage
 
Dim instance As Workbook
Dim value As ReferenceStyle
 
instance.ReferenceStyle = value
 
value = instance.ReferenceStyle
[DefaultValue()]
public ReferenceStyle ReferenceStyle {get; set;}
See Also

Reference

Workbook Class
Workbook Members