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


In This Topic
    x Property (Legend)
    In This Topic
    Syntax
    'Declaration
     
    
    Public Property x As Integer
    'Usage
     
    
    Dim instance As Legend
    Dim value As Integer
     
    instance.x = value
     
    value = instance.x
    public int x {get; set;}
    See Also