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


In This Topic
    ActualVerticalAlignment Property
    In This Topic
    Gets or sets the displayed vertical alignment of the cell contents.
    Syntax
    'Declaration
     
    Public ReadOnly Property ActualVerticalAlignment As CellVerticalAlignment
    'Usage
     
    Dim instance As Cell
    Dim value As CellVerticalAlignment
     
    value = instance.ActualVerticalAlignment
    public CellVerticalAlignment ActualVerticalAlignment {get;}

    Property Value

    A CellVerticalAlignment object that specifies the vertical alignment for the cell.
    See Also