Spread Windows Forms 12.0 Product Documentation
HorizontalAlignment Property (DisplayFormat)


GrapeCity.Spreadsheet Assembly > GrapeCity.Spreadsheet Namespace > DisplayFormat Class : HorizontalAlignment Property
Returns a value that represents the horizontal alignment of the associated IRange object as it is displayed in the current user interface.
Syntax
'Declaration
 
Public ReadOnly Property HorizontalAlignment As HorizontalAlignment
'Usage
 
Dim instance As DisplayFormat
Dim value As HorizontalAlignment
 
value = instance.HorizontalAlignment
public HorizontalAlignment HorizontalAlignment {get;}

Property Value

The horizontal alignment of the associated IRange object.
See Also

Reference

DisplayFormat Class
DisplayFormat Members