| Visual Basic (Declaration) | |
|---|---|
Public Enum CellVerticalAlignment Inherits Enum | |
| Visual Basic (Usage) | Copy Code |
|---|---|
| |
| C# | |
|---|---|
public enum CellVerticalAlignment : Enum | |
| Member | Description |
|---|---|
| General | Aligns the cell contents according to the cell's interpretation of the contents |
| Top | Aligns the cell contents to the top |
| Center | Centers the contents in the cell vertically |
| Bottom | Aligns the cell contents to the bottom |
| Justify | Indicates the text is inserted some whitespaces to make the text fill the special area. |
| Distributed | Indicates the text is inserted some whitespaces to make the text fill the special area. |
| C# | Copy Code |
|---|---|
using FarPoint.Win.Spread; | |
| Visual Basic | Copy Code |
|---|---|
Imports FarPoint.Win.Spread | |
System.Object
System.ValueType
System.Enum
FarPoint.Win.Spread.CellVerticalAlignment
Reference
FarPoint.Win.Spread NamespaceVerticalAlignment Property (Cell Class)