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


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