Spread ASP.NET 17
FarPoint.Web.Spread Assembly / FarPoint.Web.Spread.Model Namespace / IExpressionSupport Interface / ReferenceStyle Property
Example


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;}

    Property Value

    ReferenceStyle setting that specifies the style of the cell reference
    Example
    See Also