Spread Windows Forms 17
FarPoint.Excel Assembly / FarPoint.Excel Namespace / AxisLine Class / Type Property


In This Topic
    Type Property (AxisLine)
    In This Topic
    Syntax
    'Declaration
     
    
    Public ReadOnly Property Type As BiffRec
    'Usage
     
    
    Dim instance As AxisLine
    Dim value As BiffRec
     
    value = instance.Type
    public BiffRec Type {get;}
    See Also