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


In This Topic
    cch Property (XLUnicodeString)
    In This Topic
    An unsigned integer that specifies the count of characters in the string.
    Syntax
    'Declaration
     
    
    Public Property cch As Short
    'Usage
     
    
    Dim instance As XLUnicodeString
    Dim value As Short
     
    instance.cch = value
     
    value = instance.cch
    public short cch {get; set;}
    See Also