Spread Windows Forms 12.0 Product Documentation
VAlignment Property


GrapeCity.Spreadsheet Assembly > GrapeCity.Spreadsheet Namespace > Alignment Structure : VAlignment Property
Gets or sets the type of vertical alignment in cells.
Syntax
'Declaration
 
Public Property VAlignment As VerticalAlignment
'Usage
 
Dim instance As Alignment
Dim value As VerticalAlignment
 
instance.VAlignment = value
 
value = instance.VAlignment
public VerticalAlignment VAlignment {get; set;}

Property Value

A HorizontalAlignment value represents the type of vertical alignment in cells.
See Also

Reference

Alignment Structure
Alignment Members