DVTk API
AddItem Method (column, text)
DVTkDvtkHighLevelInterface.Common.OtherTableAddItem(Int32, String)
DVTk API

[This is preliminary documentation and is subject to change.]

Add an item to the cell in the current row, indicated by the supplied column number.
Declaration Syntax
C#Visual BasicVisual C++
public void AddItem(
	int column,
	string text
)
Public Sub AddItem ( _
	column As Integer, _
	text As String _
)
public:
void AddItem(
	int column, 
	String^ text
)
Parameters
column (Int32)
One-based column number.
text (String)
The item text.

Assembly: DvtkHighLevelInterface (Module: DvtkHighLevelInterface) Version: 0.0.0.0