Spread Windows Forms 15.0
FarPoint.Excel Assembly / FarPoint.Excel Namespace / TxOLastRun Class / cchText Property


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