Click or drag to resize

MasterSwingGetColumnByName Method

Gets the cell text for a given column

Namespace:  Advanced_Combat_Tracker
Assembly:  Advanced Combat Tracker (in Advanced Combat Tracker.exe) Version: 3.7.0.280
Syntax
C#
public string GetColumnByName(
	string name
)

Parameters

name
Type: SystemString
The column name. The possible names are the ones in the Table Setup tab of ACT, not the SQL column names.

Return Value

Type: String

[Missing <returns> documentation for "M:Advanced_Combat_Tracker.MasterSwing.GetColumnByName(System.String)"]

See Also