Spread Windows Forms 15.0
FarPoint.Excel Assembly / FarPoint.Excel Namespace / CrtLayout12A Class / y Property


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