DVTk API
AddBlackItem Method (column, text)
DVTkDvtkHighLevelInterface.Common.OtherTableAddBlackItem(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. The item text will be made black.
Declaration Syntax
C#Visual BasicVisual C++
public void AddBlackItem(
	int column,
	string text
)
Public Sub AddBlackItem ( _
	column As Integer, _
	text As String _
)
public:
void AddBlackItem(
	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