Spread WinForms 15
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.CellType Namespace / IRenderAlignment Interface / GetHorizontalAlignment Method
Value of the horizontal alignment


In This Topic
GetHorizontalAlignment Method (IRenderAlignment)
In This Topic
Gets the horizontal alignment.
Syntax
'Declaration
 
Function GetHorizontalAlignment( _
   ByVal value As Object _
) As CellHorizontalAlignment
 
'Usage
 
Dim instance As IRenderAlignment
Dim value As Object
Dim value As CellHorizontalAlignment
 
value = instance.GetHorizontalAlignment(value)

Parameters

value
Value of the horizontal alignment
See Also