Spread Windows Forms 15.0
FarPoint.Excel Assembly / FarPoint.Excel Namespace / PictFmlaEmbedInfo Class / cbClass Property


In This Topic
    cbClass Property
    In This Topic
    Syntax
    'Declaration
     
    
    Public Property cbClass As Byte
    'Usage
     
    
    Dim instance As PictFmlaEmbedInfo
    Dim value As Byte
     
    instance.cbClass = value
     
    value = instance.cbClass
    public byte cbClass {get; set;}
    See Also