Spread Windows Forms 15.0
FarPoint.Excel Assembly / FarPoint.Excel Namespace / PictFmlaKey Class / fmlaLinkedCell Property


In This Topic
    fmlaLinkedCell Property
    In This Topic
    Syntax
    'Declaration
     
    
    Public Property fmlaLinkedCell As ObjFmla
    'Usage
     
    
    Dim instance As PictFmlaKey
    Dim value As ObjFmla
     
    instance.fmlaLinkedCell = value
     
    value = instance.fmlaLinkedCell
    public ObjFmla fmlaLinkedCell {get; set;}
    See Also