Click or drag to resize

TreeSetColumnTitle Method

Sets the title of a column.

Namespace:  Godot
Assembly:  GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax
C#
public void SetColumnTitle(
	int column,
	string title
)

Parameters

column
Type: SystemInt32

[Missing <param name="column"/> documentation for "M:Godot.Tree.SetColumnTitle(System.Int32,System.String)"]

title
Type: SystemString

[Missing <param name="title"/> documentation for "M:Godot.Tree.SetColumnTitle(System.Int32,System.String)"]

See Also