Spread Windows Forms 15.0
FarPoint.Excel Assembly / FarPoint.Excel Namespace / ClrtClinet Class / ccv Property


In This Topic
    ccv Property (ClrtClinet)
    In This Topic
    Syntax
    'Declaration
     
    
    Public Property ccv As Integer
    'Usage
     
    
    Dim instance As ClrtClinet
    Dim value As Integer
     
    instance.ccv = value
     
    value = instance.ccv
    public int ccv {get; set;}
    See Also