Spread Windows Forms 15.0
FarPoint.Excel Assembly / FarPoint.Excel Namespace / PtgRef3d Class / locRel Property


In This Topic
    locRel Property
    In This Topic
    Syntax
    'Declaration
     
    
    Public Property locRel As RgceLocRel
    'Usage
     
    
    Dim instance As PtgRef3d
    Dim value As RgceLocRel
     
    instance.locRel = value
     
    value = instance.locRel
    public RgceLocRel locRel {get; set;}
    See Also