Table of Contents

Method GetColumnIndex

Namespace
Anvil.API
Assembly
NWN.Anvil.dll

GetColumnIndex(string)

Gets the index of the column with the specified name/label.

public int GetColumnIndex(string columnName)

Parameters

columnName string

The column to lookup.

Returns

int

The zero-based index of the column if found, otherwise -1.