Spread Windows Forms 17
FarPoint.Excel Assembly / FarPoint.Excel Namespace / TXO Class / vAlignment Property


In This Topic
    vAlignment Property (TXO)
    In This Topic
    Syntax
    'Declaration
     
    
    Public Property vAlignment As Byte
    'Usage
     
    
    Dim instance As TXO
    Dim value As Byte
     
    instance.vAlignment = value
     
    value = instance.vAlignment
    public byte vAlignment {get; set;}
    See Also