DataFrameColumnCollection.IndexOf(String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Searches for a DataFrameColumn with the specified columnName
and returns the zero-based index of the first occurrence if found. Returns -1 otherwise
public int IndexOf (string columnName);
override this.IndexOf : string -> int
Public Function IndexOf (columnName As String) As Integer
Parameters
- columnName
- String