Spread Windows Forms 17
FarPoint.Excel Assembly / FarPoint.Excel Namespace / CatLab Class / cAutoCatLabelReal Property


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