Spread WPF 17
GrapeCity.Windows.SpreadSheet.Data Namespace / Worksheet Class / ReferenceStyle Property


In This Topic
    ReferenceStyle Property (Worksheet)
    In This Topic
    Gets or sets the style for cell and range references in cell formulas on this sheet.
    Syntax
    'Declaration
     
    <DefaultValueAttribute(Mono.Cecil.CustomAttributeArgument)>
    Public Property ReferenceStyle As ReferenceStyle
    'Usage
     
    Dim instance As Worksheet
    Dim value As ReferenceStyle
     
    instance.ReferenceStyle = value
     
    value = instance.ReferenceStyle
    [DefaultValue(Mono.Cecil.CustomAttributeArgument)]
    public ReferenceStyle ReferenceStyle {get; set;}
    See Also