Spread Windows Forms 15.0
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.CellType Namespace / EditBaseCellType Class / AllowEditorVerticalAlign Property


In This Topic
    AllowEditorVerticalAlign Property (EditBaseCellType)
    In This Topic
    Gets or sets whether to allow editor vertical align.
    Syntax
    'Declaration
     
    
    Public Property AllowEditorVerticalAlign As Boolean
    'Usage
     
    
    Dim instance As EditBaseCellType
    Dim value As Boolean
     
    instance.AllowEditorVerticalAlign = value
     
    value = instance.AllowEditorVerticalAlign
    public bool AllowEditorVerticalAlign {get; set;}
    See Also