Spread Windows Forms 15.0
FarPoint.Excel Assembly / FarPoint.Excel Namespace / DataFormat Class / YiField Property


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