| Visual Basic (Declaration) | |
|---|---|
Public ReadOnly Property OldLeft As Integer | |
| Visual Basic (Usage) | Copy Code |
|---|---|
| |
| C# | |
|---|---|
public int OldLeft {get;} | |
Return Value
Integer index of the column| C# | Copy Code |
|---|---|
private void fpSpread1_LeftChange(object
sender, FarPoint.Win.Spread.LeftChangeEventArgs e) | |
| Visual Basic | Copy Code |
|---|---|
| |