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


In This Topic
    ReferenceStyle Property (CellInfoRange)
    In This Topic
    Gets or sets the reference style for the formulas in the cell information object.
    Syntax
    'Declaration
     
    
    Public Property ReferenceStyle As ReferenceStyle
    'Usage
     
    
    Dim instance As CellInfoRange
    Dim value As ReferenceStyle
     
    instance.ReferenceStyle = value
     
    value = instance.ReferenceStyle
    public ReferenceStyle ReferenceStyle {get; set;}
    See Also