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


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