Spread Windows Forms 17
FarPoint.Excel Assembly / FarPoint.Excel Namespace / CrtLayout12 Class / dx Property


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