Spread Windows Forms 17
FarPoint.Excel Assembly / FarPoint.Excel Namespace / Axis Class / wType Property


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