Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.CellType Namespace / IEditorVerticaAlignSupport Interface / AllowEditorVerticalAlign Property


In This Topic
    AllowEditorVerticalAlign Property (IEditorVerticaAlignSupport)
    In This Topic
    Gets or sets whether the cell type allows editor vertical alignment.
    Syntax
    'Declaration
     
    
    Property AllowEditorVerticalAlign As Boolean
    'Usage
     
    
    Dim instance As IEditorVerticaAlignSupport
    Dim value As Boolean
     
    instance.AllowEditorVerticalAlign = value
     
    value = instance.AllowEditorVerticalAlign
    bool AllowEditorVerticalAlign {get; set;}
    See Also