| Visual Basic (Declaration) | |
|---|---|
Public Sub ResetCellType() | |
| Visual Basic (Usage) | Copy Code |
|---|---|
| |
| C# | |
|---|---|
public void ResetCellType() | |
This example shows the use of the method by resetting the cell type for the first row.
| C# | Copy Code |
|---|---|
FarPoint.Win.Spread.row r; | |
| Visual Basic | Copy Code |
|---|---|
Dim r As FarPoint.Win.Spread.Row | |
This method should allow resetting of the property from the Property window at design time.