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


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