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


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