Spread Windows Forms 12.0 Product Documentation
ToHorizontalAlignment Method (ProgressCellType)


FarPoint.Win.Spread Assembly > FarPoint.Win.Spread.CellType Namespace > ProgressCellType Class : ToHorizontalAlignment Method
FarPoint.Win.Spread.CellHorizontalAlignment value
Converts a FarPoint.Win.Spread.CellHorizontalAlignment value to the corresponding FarPoint.Win.HorizontalAlignment value.
Syntax
'Declaration
 
Protected Overridable Function ToHorizontalAlignment( _
   ByVal alignment As CellHorizontalAlignment _
) As HorizontalAlignment
'Usage
 
Dim instance As ProgressCellType
Dim alignment As CellHorizontalAlignment
Dim value As HorizontalAlignment
 
value = instance.ToHorizontalAlignment(alignment)
protected virtual HorizontalAlignment ToHorizontalAlignment( 
   CellHorizontalAlignment alignment
)

Parameters

alignment
FarPoint.Win.Spread.CellHorizontalAlignment value

Return Value

Corresponding FarPoint.Win.HorizontalAlignment setting
See Also

Reference

ProgressCellType Class
ProgressCellType Members