Spread Windows Forms 15.0
FarPoint.Excel Assembly / FarPoint.Excel Namespace / SBaseRef Class / Ref Property


In This Topic
    Ref Property
    In This Topic
    Syntax
    'Declaration
     
    
    Public Property Ref As Ref8U
    'Usage
     
    
    Dim instance As SBaseRef
    Dim value As Ref8U
     
    instance.Ref = value
     
    value = instance.Ref
    public Ref8U Ref {get; set;}
    See Also