Spread Windows Forms 15.0
FarPoint.Excel Assembly / FarPoint.Excel Namespace / Run Class / ich Property


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