Spread Windows Forms 17
FarPoint.Excel Assembly / FarPoint.Excel Namespace / Lbl Class / cch Property


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