Spread Silverlight Documentation
ReferenceStyle Property (ExcelWorkbook)


GrapeCity.Excel Namespace > ExcelWorkbook Class : ReferenceStyle Property
Gets or sets the workbook reference style.
Syntax
'Declaration
 
Public Property ReferenceStyle As ExcelReferenceStyle
'Usage
 
Dim instance As ExcelWorkbook
Dim value As ExcelReferenceStyle
 
instance.ReferenceStyle = value
 
value = instance.ReferenceStyle
public ExcelReferenceStyle ReferenceStyle {get; set;}

Property Value

The reference style of the workbook.
See Also

Reference

ExcelWorkbook Class
ExcelWorkbook Members