Spread WPF 17
GrapeCity.Windows.SpreadSheet.UI Namespace / GcSpreadSheet Class / ReferenceStyle Property


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