| Visual Basic (Declaration) | |
|---|---|
Public Sub ResetVerticalAlignment() | |
| Visual Basic (Usage) | Copy Code |
|---|---|
| |
| C# | |
|---|---|
public void ResetVerticalAlignment() | |
This example shows the use of the method by resetting the vertical alignment for the first column.
| C# | Copy Code |
|---|---|
FarPoint.Win.Spread.Column c; | |
| Visual Basic | Copy Code |
|---|---|
Dim c As FarPoint.Win.Spread.Column | |
This method should allow resetting of the property from the Property window at design time.