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


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