'Declaration
Public Shadows Property VerticalAlignment As CellVerticalAlignment
'Usage
Dim instance As Rows.DefaultRow Dim value As CellVerticalAlignment instance.VerticalAlignment = value value = instance.VerticalAlignment
public new CellVerticalAlignment VerticalAlignment {get; set;}