Spread ASP.NET 16
FarPoint.Web.Spread Assembly / FarPoint.Web.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;}

    Property Value

    ReferenceStyle setting that determines the style of cell references
    See Also