Spread Windows Forms 15.0
FarPoint.Excel Assembly / FarPoint.Excel Namespace / AxesUsed Class / cAxes Property


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