Spread Windows Forms 15.0
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
    public ReferenceStyle ReferenceStyle {get; set;}
    See Also