Spread Windows Forms 15.0
FarPoint.Excel Assembly / FarPoint.Excel Namespace / WebString Class / cch Property


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