Spread Windows Forms 12.0 Product Documentation
HAlignment Property


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

Property Value

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

Reference

Alignment Structure
Alignment Members