| Visual Basic (Declaration) | |
|---|---|
Public ReadOnly Property View As SpreadView | |
| Visual Basic (Usage) | Copy Code |
|---|---|
| |
| C# | |
|---|---|
public SpreadView View {get;} | |
Return Value
SpreadView object containing the view| C# | Copy Code |
|---|---|
private void fpSpread1_EditChange(object
sender, FarPoint.Win.Spread.EditorNotifyEventArgs e) | |
| Visual Basic | Copy Code |
|---|---|
Private Sub FpSpread1_EditChange(ByVal sender As Object, ByVal e As FarPoint.Win.Spread.EditorNotifyEventArgs) Handles FpSpread1.EditChange | |