Spread Windows Forms 15.0
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.Model Namespace / IExpressionSupport Interface / ReferenceStyle Property


In This Topic
    ReferenceStyle Property (IExpressionSupport)
    In This Topic
    Gets or sets the cell reference style.
    Syntax
    'Declaration
     
    
    Property ReferenceStyle As ReferenceStyle
    'Usage
     
    
    Dim instance As IExpressionSupport
    Dim value As ReferenceStyle
     
    instance.ReferenceStyle = value
     
    value = instance.ReferenceStyle
    ReferenceStyle ReferenceStyle {get; set;}
    See Also