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


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