Spread Windows Forms 17
FarPoint.Excel Assembly / FarPoint.Excel Namespace / Legend Class / dy Property


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