Spread Windows Forms 15.0
FarPoint.Excel Assembly / FarPoint.Excel Namespace / ExtPtgRef3D Class / loc Property


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