FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.CellType Namespace / ProgressCellType Class / ToVerticalAlignment Method
FarPoint.Win.Spread.CellVerticalAlignment


In This Topic
ToVerticalAlignment Method (ProgressCellType)
In This Topic
Converts a FarPoint.Win.Spread.CellVerticalAlignment value to the corresponding FarPoint.Win.VerticalAlignment value.
Syntax
'Declaration
 
Protected Overridable Function ToVerticalAlignment( _
   ByVal alignment As CellVerticalAlignment _
) As VerticalAlignment
 
'Usage
 
Dim instance As ProgressCellType
Dim alignment As CellVerticalAlignment
Dim value As VerticalAlignment
 
value = instance.ToVerticalAlignment(alignment)

Parameters

alignment
FarPoint.Win.Spread.CellVerticalAlignment
See Also