Spread Windows Forms 15.0
FarPoint.Excel Assembly / FarPoint.Excel Namespace / ExternDocName Class / ixals Property


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