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


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