Spread Windows Forms 7.0 Product Documentation
ToVerticalAlignment Method
See Also  Support Options
GrapeCity.Win.PluginInputMan Assembly > GrapeCity.Win.Spread.InputMan.CellType Namespace > InputManCellTypeBase Class : ToVerticalAlignment Method


alignment
FarPoint.Win.Spread.CellVerticalAlignment

Glossary Item Box

Converts a FarPoint.Win.Spread.CellVerticalAlignment value to the corresponding FarPoint.Win.VerticalAlignment value.

Syntax

Visual Basic (Declaration) 
Protected Overridable Function ToVerticalAlignment( _
   ByVal alignment As CellVerticalAlignment _
) As VerticalAlignment
Visual Basic (Usage)Copy Code
Dim instance As InputManCellTypeBase
Dim alignment As CellVerticalAlignment
Dim value As VerticalAlignment
 
value = instance.ToVerticalAlignment(alignment)
C# 
protected virtual VerticalAlignment ToVerticalAlignment( 
   CellVerticalAlignment alignment
)

Parameters

alignment
FarPoint.Win.Spread.CellVerticalAlignment

Requirements

Target Platforms: Windows 2000 Professional (SP4), Windows 2000 Server, Windows 2003 Server (SP1), Windows 2008, Windows XP (SP2), Windows Vista, Windows 7, Windows 8

See Also

© 2002-2014 ComponentOne, a division of GrapeCity. All Rights Reserved.