FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.Model Namespace / DefaultSheetDataModel Class / ReferenceStyle Property


In This Topic
ReferenceStyle Property (DefaultSheetDataModel)
In This Topic
Gets or sets the cell reference style for cells with formulas.
Syntax
'Declaration
 
Public Property ReferenceStyle As ReferenceStyle
 
'Usage
 
Dim instance As DefaultSheetDataModel
Dim value As ReferenceStyle
 
instance.ReferenceStyle = value
 
value = instance.ReferenceStyle
See Also