Click or drag to resize

FormActMainGetEncounterDataColumns Method

Gets a list of column names(Usable in GetColumnByName()) for the Encounter view table

Namespace:  Advanced_Combat_Tracker
Assembly:  Advanced Combat Tracker (in Advanced Combat Tracker.exe) Version: 3.7.0.280
Syntax
C#
public List<string> GetEncounterDataColumns(
	bool RestrictToVisible
)

Parameters

RestrictToVisible
Type: SystemBoolean
If only to return columns that are visible

Return Value

Type: ListString
Column names
See Also