IGoExcelFindColumn Method |
Find a column by name. The name is the value of the cell in the TitleRow.
Namespace:
Autodesk.iLogic.Interfaces
Assembly:
Autodesk.iLogic.Interfaces (in Autodesk.iLogic.Interfaces.dll) Version: 23.0
Syntax Function FindColumn (
columnName As String
) As Integer
int FindColumn(
string columnName
)
Parameters
- columnName
- Type: SystemString
The column name to look for.
Return Value
Type:
Int32The column index (1-based). If the column is not found, an exception (error) will be thrown.
See Also