| Visual Basic (Declaration) | |
|---|---|
Public Overridable Property StartColumnIndex As Integer | |
| Visual Basic (Usage) | Copy Code |
|---|---|
| |
| C# | |
|---|---|
public virtual int StartColumnIndex {get; set;} | |
Return Value
Integer index of column at which to start searching| C# | Copy Code |
|---|---|
fpSpread1.SearchWithDialog(""); | |
| Visual Basic | Copy Code |
|---|---|
FpSpread1.SearchWithDialog("") | |