Spread Windows Forms 15.0
FarPoint.Excel Assembly / FarPoint.Excel Namespace / Legend Class / fAutoPosX Property


In This Topic
    fAutoPosX Property
    In This Topic
    Syntax
    'Declaration
     
    
    Public Property fAutoPosX As Byte
    'Usage
     
    
    Dim instance As Legend
    Dim value As Byte
     
    instance.fAutoPosX = value
     
    value = instance.fAutoPosX
    public byte fAutoPosX {get; set;}
    See Also