Spread Windows Forms 12.0 Product Documentation
HorizontalAlignment Property (IRange)


GrapeCity.Spreadsheet Assembly > GrapeCity.Spreadsheet Namespace > IRange Interface : HorizontalAlignment Property
Gets or sets the horizontal alignment.
Syntax
'Declaration
 
Property HorizontalAlignment As HorizontalAlignment
'Usage
 
Dim instance As IRange
Dim value As HorizontalAlignment
 
instance.HorizontalAlignment = value
 
value = instance.HorizontalAlignment
HorizontalAlignment HorizontalAlignment {get; set;}

Property Value

The horizontal alignment.
See Also

Reference

IRange Interface
IRange Members