Spread Silverlight Documentation
ReferenceStyle Property (Workbook)


GrapeCity.Windows.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
 
<System.ComponentModel.DefaultValueAttribute()>
Public Property ReferenceStyle As ReferenceStyle
'Usage
 
Dim instance As Workbook
Dim value As ReferenceStyle
 
instance.ReferenceStyle = value
 
value = instance.ReferenceStyle
[System.ComponentModel.DefaultValue()]
public ReferenceStyle ReferenceStyle {get; set;}
See Also

Reference

Workbook Class
Workbook Members