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


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