Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / SheetView Class / ReferenceStyle Property


In This Topic
    ReferenceStyle Property (SheetView)
    In This Topic
    Gets or sets the style for cell and range references in formulas in cells on this sheet.
    Syntax
    'Declaration
     
    
    Public Property ReferenceStyle As ReferenceStyle
    'Usage
     
    
    Dim instance As SheetView
    Dim value As ReferenceStyle
     
    instance.ReferenceStyle = value
     
    value = instance.ReferenceStyle
    public ReferenceStyle ReferenceStyle {get; set;}
    See Also