Spread Windows Forms 15.0
FarPoint.Excel Assembly / FarPoint.Excel Namespace / TXO Class / hAlignment Property


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