Spread Windows Forms 17
FarPoint.Excel Assembly / FarPoint.Excel Namespace / AxisParent Class / iax Property


In This Topic
    iax Property
    In This Topic
    Syntax
    'Declaration
     
    
    Public Property iax As Short
    'Usage
     
    
    Dim instance As AxisParent
    Dim value As Short
     
    instance.iax = value
     
    value = instance.iax
    public short iax {get; set;}
    See Also