Spread WPF 17
GrapeCity.Windows.SpreadSheet.Data Namespace / Cell Class / VerticalAlignment Property


In This Topic
    VerticalAlignment Property (Cell)
    In This Topic
    Gets or sets the vertical alignment of the cell contents.
    Syntax
    'Declaration
     
    <DefaultValueAttribute(Mono.Cecil.CustomAttributeArgument)>
    Public Property VerticalAlignment As CellVerticalAlignment
    'Usage
     
    Dim instance As Cell
    Dim value As CellVerticalAlignment
     
    instance.VerticalAlignment = value
     
    value = instance.VerticalAlignment
    [DefaultValue(Mono.Cecil.CustomAttributeArgument)]
    public CellVerticalAlignment VerticalAlignment {get; set;}

    Property Value

    A CellVerticalAlignment object that specifies the vertical alignment for the cell. The default value is General.
    See Also