Spread Windows Forms 17
FarPoint.Excel Assembly / FarPoint.Excel Namespace / FormatRun Class / ich Property


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