Garry's Mod Wiki

DListView_Line:SetColumnText

  DLabel DListView_Line:SetColumnText( number column, string value )

Description

Sets the string held in the specified column of a DListView_Line panel.

Arguments

1 number column
The number of the column to write the text from, starts with 1.
2 string value
Column text you want to set

Returns

1 DLabel label
The DLabel in which the text was set.