Spread Windows Forms 15.0
FarPoint.Excel Assembly / FarPoint.Excel Namespace / FtPictFmla Class / key Property


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