Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.Model Namespace / ITableModelSupport Interface / ReferenceStyle Property


In This Topic
    ReferenceStyle Property (ITableModelSupport)
    In This Topic
    Gets or sets the cell reference style.
    Syntax
    'Declaration
     
    
    Property ReferenceStyle As ReferenceStyle
    'Usage
     
    
    Dim instance As ITableModelSupport
    Dim value As ReferenceStyle
     
    instance.ReferenceStyle = value
     
    value = instance.ReferenceStyle
    ReferenceStyle ReferenceStyle {get; set;}
    See Also