Spread Windows Forms 17
FarPoint.Excel Assembly / FarPoint.Excel Namespace / ExcelFont Class / icv Property


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