Spread WinForms 15
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / CellInfoRange Class / ReferenceStyle Property


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