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


In This Topic
    keyBuf Property
    In This Topic
    Syntax
    'Declaration
     
    
    Public Property keyBuf As Byte()
    'Usage
     
    
    Dim instance As PictFmlaKey
    Dim value() As Byte
     
    instance.keyBuf = value
     
    value = instance.keyBuf
    public byte[] keyBuf {get; set;}
    See Also