Spread Windows Forms 15.0
FarPoint.Excel Assembly / FarPoint.Excel Namespace / HCenter Class / hcenter Property


In This Topic
    hcenter Property
    In This Topic
    Syntax
    'Declaration
     
    
    Public Property hcenter As Boolean
    'Usage
     
    
    Dim instance As HCenter
    Dim value As Boolean
     
    instance.hcenter = value
     
    value = instance.hcenter
    public bool hcenter {get; set;}
    See Also